-
Notifications
You must be signed in to change notification settings - Fork 13
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
Investigate using harfbuzz, graphite2, icu, and fontconfig bindings. #117
Comments
Maybe it also makes sense to investigate the possible usage of Rust-written Skribo in the future - see the introductory blog post about it. Or RustType - alternative to FreeType in Rust. |
RustType doesn't support Adobe font format (Type1/CFF) yet, let alone more complex OpenType features. Really wish it could make progress on this part. |
For the RustType there are bugs to track:
|
Newly released Allsorts might be of interest too: https://yeslogic.com/blog/allsorts-rust-font-shaping-engine.html |
Note that RustType merged the PR to use ttf-parser instead:
While it doesn't support TTF yet, it uses that library for OTF. |
|
No description provided.
The text was updated successfully, but these errors were encountered: