commit | deef1862657d55b7ae8d45f4eecbe45c80785c4e | [log] [tgz] |
---|---|---|
author | Jonathan Kew <[email protected]> | Mon Jan 20 10:38:27 2014 +0000 |
committer | Jonathan Kew <[email protected]> | Mon Jan 20 10:38:27 2014 +0000 |
tree | e6e2862e7bc5bf24b43988f56e81ec40f332d144 | |
parent | 391934db0a171aeb2057ebcd4a38ed81621e7393 [diff] |
[hangul] Don't force zero-width for marks - this is not wanted for the Jamo Filler glyphs.
diff --git a/src/hb-ot-shape-complex-hangul.cc b/src/hb-ot-shape-complex-hangul.cc index 710df32..6df6c3f 100644 --- a/src/hb-ot-shape-complex-hangul.cc +++ b/src/hb-ot-shape-complex-hangul.cc
@@ -412,6 +412,6 @@ 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 */ };