[Arabic] Enable dlig and mset for Arabic

That's what the spec says, and what Uniscribe does.
pull/1/head
Behdad Esfahbod 13 years ago
parent 911ed09698
commit 937f8d3871
  1. 3
      src/hb-ot-shape-complex-arabic.cc

@ -178,8 +178,9 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
map->add_bool_feature (HB_TAG('c','a','l','t')); map->add_bool_feature (HB_TAG('c','a','l','t'));
map->add_gsub_pause (NULL); map->add_gsub_pause (NULL);
/* ArabicOT spec enables 'cswh' for Arabic where as for basic shaper it's disabled by default. */
map->add_bool_feature (HB_TAG('c','s','w','h')); map->add_bool_feature (HB_TAG('c','s','w','h'));
map->add_bool_feature (HB_TAG('d','l','i','g'));
map->add_bool_feature (HB_TAG('m','s','e','t'));
} }
#include "hb-ot-shape-complex-arabic-fallback.hh" #include "hb-ot-shape-complex-arabic-fallback.hh"

Loading…
Cancel
Save