[hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs.
This commit is contained in:
parent
391934db0a
commit
deef186265
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue