Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unicode variation selector option in Font::lookup_glyph_index() #77

Open
ghost opened this issue Jul 8, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jul 8, 2021

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().

@ghost
Copy link
Author

ghost commented Jul 8, 2021

See also FT_Face_GetCharVariantIndex() in FreeType2 Core API.

@ghost ghost changed the title Add unicode variant selector option in Font::lookup_glyph_index() Add unicode variant support in Font::lookup_glyph_index() Jul 20, 2021
@ghost ghost changed the title Add unicode variant support in Font::lookup_glyph_index() Add unicode variation selector option in Font::lookup_glyph_index() Jul 20, 2021
@mooman219 mooman219 added the enhancement New feature or request label Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant