diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index 73734a61f..b0f01e120 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -272,6 +272,8 @@ struct CmapSubtableFormat13 : CmapSubtableLongSegmented struct CmapSubtable { + /* Note: We intentionally do NOT implement subtable formats 2 and 8. */ + inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const { switch (u.format) {