Skip to content

Don't look up same glyph multiple times

When iterating over the unicode codepoints, no need to check the fonts if they still contains the same glyph as we already checked.

Merge request reports