You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note that this gets all the glyph names at once and then uses a _glyphnames cache because random access on the post table is unpleasantly slow #1106; I guess in a library function you may have to bite the bullet and do random access, and end users can cache it if they want to.)
The text was updated successfully, but these errors were encountered:
Agreed that this is a hole in the API and we’ll also need it for HarfRuzz soon. I’ve mostly avoided doing it so far because we don’t currently have support for parsing glyph names from the cff table. I’ll add it to my list.
I find myself carrying this bit of code everywhere I go:
(Note that this gets all the glyph names at once and then uses a _glyphnames cache because random access on the post table is unpleasantly slow #1106; I guess in a library function you may have to bite the bullet and do random access, and end users can cache it if they want to.)
The text was updated successfully, but these errors were encountered: