[cff1] Add TODO

This commit is contained in:
Behdad Esfahbod 2023-06-04 17:46:36 -06:00
parent 072c9c06e0
commit 452990edca

View file

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