[cff1] Add TODO

pull/4269/head
Behdad Esfahbod 2 years ago
parent 072c9c06e0
commit 452990edca
  1. 1
      src/hb-ot-cff1-table.hh

@ -110,6 +110,7 @@ struct Encoding1 {
hb_codepoint_t get_code (hb_codepoint_t glyph) const hb_codepoint_t get_code (hb_codepoint_t glyph) const
{ {
/* TODO: Add cache like get_sid. */
assert (glyph > 0); assert (glyph > 0);
glyph--; glyph--;
for (unsigned int i = 0; i < nRanges (); i++) for (unsigned int i = 0; i < nRanges (); i++)

Loading…
Cancel
Save