[hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs.

This commit is contained in:
Jonathan Kew 2014-01-20 10:38:27 +00:00
parent 391934db0a
commit deef186265
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
};