summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-arabic.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-07-31 23:08:25 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-07-31 23:17:22 -0400
commit2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13 (patch)
tree33c90cb57fdd5967fac2723215f1e796995425df /src/hb-ot-shape-complex-arabic.cc
parent5fecd8b0355894ceda14b3d3c654f20c3d5e77f4 (diff)
[OT] Zero mark advances if the shaper desires so
Enabled for all shapers except for Indic.
Diffstat (limited to 'src/hb-ot-shape-complex-arabic.cc')
-rw-r--r--src/hb-ot-shape-complex-arabic.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc
index 0f73d6dd..2cff581e 100644
--- a/src/hb-ot-shape-complex-arabic.cc
+++ b/src/hb-ot-shape-complex-arabic.cc
@@ -299,4 +299,5 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic =
NULL, /* override_features */
NULL, /* normalization_preference */
setup_masks_arabic,
+ true, /* zero_width_marks */
};