commit | 6f39c22029867c6d00cf70d7df242a28ca8f12bc | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Oct 03 20:06:32 2018 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Oct 03 20:19:42 2018 +0200 |
tree | 3cd0749f3d0f9ee90c3897c1d0dcf3224cd842d2 | |
parent | 19d50aa2620f1464da8e00185b746e46fb0d80c4 [diff] [blame] |
Add code
diff --git a/src/hb-ot-layout.hh b/src/hb-ot-layout.hh index 24ff8ec..d64489d 100644 --- a/src/hb-ot-layout.hh +++ b/src/hb-ot-layout.hh
@@ -339,6 +339,11 @@ { info->unicode_props() |= UPROPS_MASK_CONTINUATION; } +static inline void +_hb_glyph_info_reset_continuation (hb_glyph_info_t *info) +{ + info->unicode_props() &= ~ UPROPS_MASK_CONTINUATION; +} static inline bool _hb_glyph_info_is_continuation (const hb_glyph_info_t *info) {