commit | 5175300fbaf4ff19b7d38c14c86331bb614b0390 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Feb 21 12:50:01 2015 +0300 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Feb 25 15:43:34 2015 -0800 |
tree | d79b0bec3389348c41237a734f8d80c976af7105 | |
parent | 7cce809cb11e0ce65dbdab899779ece3dc337763 [diff] |
[layout] Fix comparison of GlyphID and hb_codepoint_t Before, the IntType::cmp functions providing this and was truncating the hb_codepoint_t to 16bits before comparison. I have no idea how this was never discovered, and I'm too lazy to try to reproduce this with Pango (which uses non-16bit codepoint numbers for missing glyphs).