Don't apply 'dlig' by default
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 4 Aug 2013 20:55:21 +0000 (16:55 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 4 Aug 2013 20:55:21 +0000 (16:55 -0400)
Windows 8 doesn't, and the spec will be fixed.

src/hb-ot-shape-complex-arabic.cc

index 7f8778a..a57e81a 100644 (file)
@@ -193,7 +193,6 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
   map->add_gsub_pause (NULL);
 
   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'));
 }