Add comment re DejaVu Sans Mono having 'dflt' script

This commit is contained in:
Behdad Esfahbod 2010-09-28 16:25:23 -04:00
parent 9dc45401c0
commit dca8aff246
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ hb_ot_layout_table_find_script (hb_face_t *face,
if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
return FALSE; return FALSE;
/* try with 'dflt'; MS site has had typos and many fonts use it now :( */ /* try with 'dflt'; MS site has had typos and many fonts use it now :(.
* including many versions of DejaVu Sans Mono! */
if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
return FALSE; return FALSE;