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

use TTF_GlyphIsProvided32 and TTF_GlyphMetrics32 instead of the 16 bit ones #1414

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

antonilol
Copy link
Contributor

fixes #1383

This is not a breaking change, the u16 returned from find_glyph is the index, which is wide enough (although Rust conventions want indices to be usizes, changing the return type to usize would make it a breaking change).

I did have to update the bindings as they did not contain the '32 bit' functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant