-
-
Notifications
You must be signed in to change notification settings - Fork 38
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-parser for font parsing #36
Comments
The primary value proposition of swash is support for hinting which is not possible to implement on top of ttf-parser without significant architectural changes to that crate. |
I don't know much about how fonts work, but it seems that rustybuzz implement hinting even though they use |
Yeah, sorry, I completely misunderstood things. The more I understand about text rendering the more I understand that I don't understand more than I understand... The source of my confusion was that I saw a reference to |
Yes, text rendering is a very deep rabbit hole :) |
I see that this crate uses its own code for TTF parsing. Is there a reason why
ttf-parser
isn't used here? It has no dependencies and is written in exclusively safe code.The text was updated successfully, but these errors were encountered: