-
Notifications
You must be signed in to change notification settings - Fork 43
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
Flatten components option #438
Flatten components option #438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would only work for static TTFs (built with compileTTF), but not also for interpolatable TTFs nor for VFs. Shouldn't the option also apply to the latter?
There we go. I somehow missed the DecomposeComponents filter in |
I think we should decompose mixed glyphs before flattening nested components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
slightly (un)related, but it would be nice if glyphsLib automatically added the filter to the generated UFO libs when the equivalent custom parameter (which I forgot the name but I'm pretty sure exists) is set in the .glyphs source |
Add option to compileTTF to flatten nested components. See fonttools/fontbakery#2961