Don't apply 'dlig' by default

Windows 8 doesn't, and the spec will be fixed.
This commit is contained in:
Behdad Esfahbod 2013-08-04 16:55:21 -04:00
parent 48382e2f41
commit 580d5eb93a
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
map->add_gsub_pause (NULL); map->add_gsub_pause (NULL);
map->add_global_bool_feature (HB_TAG('c','s','w','h')); map->add_global_bool_feature (HB_TAG('c','s','w','h'));
map->add_global_bool_feature (HB_TAG('d','l','i','g'));
map->add_global_bool_feature (HB_TAG('m','s','e','t')); map->add_global_bool_feature (HB_TAG('m','s','e','t'));
} }