-
Notifications
You must be signed in to change notification settings - Fork 14
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
.designspace axis with discrete values panics #836
Comments
fontc currently does not support discrete axes or any of the features introduced with designspace version 5, it expects that there is a 1:1 correspondence between a single input .designspace file and one output VF. With discrete axes there can be 1:N. |
I think fonttools designspaceLib can split that DSv5 into individual DSv4-compatible designspaces, I suggest you try doing that for the time being, until we implement full support for this in fontc. |
Thanks for your explanation. I couldn't find any specific info about which DS version is supported, so I assumed v5 would be fine. But it's true that you won't get to see any v5 designspace in a workflow starting from Glyphs files. |
actually if you use multiple Variable Font export settings (in the old instances tab of font info), then glyphsLib will add multiple |
Interesting, didn't know that |
I have a designspace that contains an Italic axis with discrete values, as should be pretty common:
Result:
It seems that the code doesn't work when an axis doesn't have the
minimum
andmaximum
attributes, even though they are not required for a discrete axis.The text was updated successfully, but these errors were encountered: