mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[cff1] Add TODO
This commit is contained in:
parent
072c9c06e0
commit
452990edca
1 changed files with 1 additions and 0 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Reference in a new issue