-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add support for .ufoz (UFO compressed ZIP format) #887
Comments
Seems like |
reopening as
|
Also noted that UFO will be generated when doing interpolation between UFO(Z) masters. fontmake/Lib/fontmake/font_project.py Line 945 in d918506
This will require verifying |
Actually just noticed there's this line that will need additional support for UFOZ too: fontmake/Lib/fontmake/font_project.py Line 228 in c6e41de
|
According to UFO 3 Specification, a UFO folder may be compressed into a ZIP format file with the extension .ufoz.
fontmake
currently does not support it with the following error:fontmake: error: Unknown input file extension: xxx.ufoz
This will be a very good addition as CJK fonts that need to go up on Google Fonts has tens of thousands of glyphs that uploading the UFO folder is painstakeningly slow (without resorting to using Mac and Glyphs).
The text was updated successfully, but these errors were encountered: