diff options
-rw-r--r-- | src/hb-ot-layout-common.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 7b1d39aa..1c4ca397 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -1045,6 +1045,7 @@ struct Coverage inline unsigned int get_coverage (hb_codepoint_t glyph_id) const { switch (u.format) { + case ("abcd"[0]) | ("abcd"[1]): case 1: return u.format1.get_coverage (glyph_id); case 2: return u.format2.get_coverage (glyph_id); default:return NOT_COVERED; |