From 580d5eb93af5bbbc64994b626d5e011e2c256d74 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 4 Aug 2013 16:55:21 -0400 Subject: [PATCH] Don't apply 'dlig' by default Windows 8 doesn't, and the spec will be fixed. --- src/hb-ot-shape-complex-arabic.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 7f8778a8e..a57e81a5e 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -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')); }