From deef1862657d55b7ae8d45f4eecbe45c80785c4e Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Mon, 20 Jan 2014 10:38:27 +0000 Subject: [PATCH] [hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs. --- src/hb-ot-shape-complex-hangul.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-hangul.cc b/src/hb-ot-shape-complex-hangul.cc index 710df32ea..6df6c3f34 100644 --- a/src/hb-ot-shape-complex-hangul.cc +++ b/src/hb-ot-shape-complex-hangul.cc @@ -412,6 +412,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hangul = NULL, /* decompose */ NULL, /* compose */ setup_masks_hangul, /* setup_masks */ - HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT, + HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, false, /* fallback_position */ };