Open ghost opened 3 years ago
In Unicode, the same code point can have different glyphs depends on variant selector. I suggest adding a unicode variant option to Font::lookup_glyph_index().
Font::lookup_glyph_index()
See also FT_Face_GetCharVariantIndex() in FreeType2 Core API.
FT_Face_GetCharVariantIndex()
In Unicode, the same code point can have different glyphs depends on variant selector. I suggest adding a unicode variant option to
Font::lookup_glyph_index()
.