From c95587618c88d187be64f923033dae151cf820be Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 14 May 2014 00:42:18 -0400 Subject: [PATCH] [ot] Minor note re cmap subtable format 2 and 8 --- src/hb-ot-cmap-table.hh | 2 ++ 1 file changed, 2 insertions(+) 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) {