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

Using glyphIndexMap instead of glyphs for traverse #22

Closed
wants to merge 5 commits into from

Conversation

troy351
Copy link

@troy351 troy351 commented Jul 17, 2019

glyphIndexMap has more accurate unicode -> glyph mapping, especial for glyphs which has multiple unicode values.
e.g. A Chinese Charater which char code is 24515 does not in the glyph list of PingFang-SC (it's the default Chinese font family on macOS) when searching with glyph.unicode. But it do exists in the font family and can be found in glyphIndexMap

image

@gero3
Copy link
Owner

gero3 commented Jul 14, 2023

fixed with #31

@gero3 gero3 closed this Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants