From bc11de144c0a7a95fa0945aa7f053d8117af282a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Feb 2013 05:59:06 -0500 Subject: [PATCH] [SEA] Don't zero any mark advances Keep the logic simple, easier to explain to font developers. --- src/hb-ot-shape-complex-sea.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-sea.cc b/src/hb-ot-shape-complex-sea.cc index 2075a0655..cfd0baa86 100644 --- a/src/hb-ot-shape-complex-sea.cc +++ b/src/hb-ot-shape-complex-sea.cc @@ -395,6 +395,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_sea = NULL, /* decompose */ NULL, /* compose */ setup_masks_sea, - HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF, + HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, false, /* fallback_position */ };