mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[ot-font] Accept MS Symbol cmap if nothing else found
This commit is contained in:
parent
3029e8b59d
commit
dba482fc44
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ struct hb_ot_face_cmap_accelerator_t
|
|||
if (!subtable) subtable = cmap->find_subtable (0, 2);
|
||||
if (!subtable) subtable = cmap->find_subtable (0, 1);
|
||||
if (!subtable) subtable = cmap->find_subtable (0, 0);
|
||||
if (!subtable) subtable = cmap->find_subtable (3, 0);
|
||||
/* Meh. */
|
||||
if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue