[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Aug 4 13:56:30 PDT 2013


 src/hb-ot-shape-complex-arabic.cc |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Aug 4 16:55:21 2013 -0400

    Don't apply 'dlig' by default
    
    Windows 8 doesn't, and the spec will be fixed.

diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc
index 7f8778a..a57e81a 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'));
 }
 



More information about the HarfBuzz mailing list