summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-tibetan.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-02-10 18:10:15 +0700
committerBehdad Esfahbod <behdad@behdad.org>2016-02-10 18:10:15 +0700
commitb3582a8ee82942a931130a83b2867b239f8ca71a (patch)
tree2b2c98fd8359f17f92489fea9d9b8f045c93df1c /src/hb-ot-shape-complex-tibetan.cc
parent43bb2b8fb00705c3334730a58ade7984181018b2 (diff)
Change default mark advance zeroing behavior from Unicode to GDEF
See thread at: https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
Diffstat (limited to 'src/hb-ot-shape-complex-tibetan.cc')
-rw-r--r--src/hb-ot-shape-complex-tibetan.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-shape-complex-tibetan.cc b/src/hb-ot-shape-complex-tibetan.cc
index 03bcfee3..a77b531d 100644
--- a/src/hb-ot-shape-complex-tibetan.cc
+++ b/src/hb-ot-shape-complex-tibetan.cc
@@ -57,6 +57,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_tibetan =
NULL, /* decompose */
NULL, /* compose */
NULL, /* setup_masks */
- HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_UNICODE_LATE,
+ HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
true, /* fallback_position */
};