[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jul 17 14:14:19 PDT 2014
src/hb-ot-shape-complex-arabic.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e3b42f1af409c073b819bfc696024ccb1f1da63f
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Jul 17 17:13:54 2014 -0400
[arabic] Disable 'cswh' again
Ouch!
diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc
index b90abfe..9870ba3 100644
--- a/src/hb-ot-shape-complex-arabic.cc
+++ b/src/hb-ot-shape-complex-arabic.cc
@@ -192,7 +192,7 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
* Note that IranNastaliq uses this feature extensively
* to fixup broken glyph sequences. Oh well...
* Test case: U+0643,U+0640,U+0631. */
- 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('m','s','e','t'));
}
More information about the HarfBuzz
mailing list