-
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
"Compiling ufo failed" Error when generating a static font #755
Comments
It reminds me of an error I got… Are there bracket tricks in the sources? |
It looks like ufo2ft's RemoveOverlapsFilter doesn't catch the error raised by the overlap removing backend, booleanOperations or pathops, with the glyph I opened googlefonts/ufo2ft#492. |
Only H.5 and c.7 seem to have the issue. |
Nop, no bracket tricks found |
@moyogo Thanks!. I'll check on that |
This error was reported when generating a static font. I never had it before so I don't know what it means:
fontmake.errors.FontmakeError: In 'Festive-Pro.glyphs' -> 'master_ufo/FestivePro-Regular.designspace' -> 'master_ufo/instance_ufo/FestivePro-Regular.ufo': Compiling UFO failed: not enough values to unpack (expected 4, got 2)
Glyphs file: https://github.com/googlefonts/festive/blob/master/sources/Festive-Pro.glyphs
Command used:
gftools builder config.yml
and this one to verify itfontmake -g Festive-Pro.glyphs -i -o ttf
The text was updated successfully, but these errors were encountered: