On 20/1/14 16:02, Dohyun Kim wrote:
And I found a minor bug:--- hb-ot-shape-complex-hangul.cc.orig 2014-01-21 01:00:25.000000000 +0900 +++ hb-ot-shape-complex-hangul.cc 2014-01-21 00:57:44.000000000 +0900 @@ -214,7 +214,7 @@ if (font->has_glyph (0x25cc)) { hb_codepoint_t chars[2]; - if (is_zero_width_char (font, u)) { + if (!is_zero_width_char (font, u)) { chars[0] = u; chars[1] = 0x25cc; } else {
Oops - yes, looks like I reversed that at some point while editing the code. Thanks for catching that.
JK _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
