-
Notifications
You must be signed in to change notification settings - Fork 167
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
[tx] Improvements to UFO handling #475
Comments
Perhaps use ufoLib? |
I have no idea. tx is C code. |
Ah, never mind... |
Cython can be used to go the other way around as well and export a C API from a cython module, so that other C programs can call functions defined in python (via cython). It’s doable. |
Let’s keep in mind that |
Not only for converting large fonts, but also for subroutinizing them. |
I think it is rather useful to have another UFO implementation, especially in a language like C which allows it to be used in more places than a pure Python implementation. It might be even a good idea to turn in into an independent library for better re-use, if it isn’t already the case. |
(https://github.com/linebender/norad is a WIP effort to make a UFO library in Rust for the WIP font editor Runebender) |
-ufo
option to write v3 UFOs, or add a new-ufo3
option?The text was updated successfully, but these errors were encountered: