-
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
[makeinstancesufo] wrong camelCasing in designspace attribute #1211
Comments
This change seems to have fallen on our feet (not sure how):
All of those attributes exist. |
I had a look at this and it looks like the The fix here is to revert the checks in |
Alright, thank you Josh! Perhaps the real solution to the problem I pointed out should be in this line: from
to
Then there would not be any messing with the attribute names, and the indication would correspond to the attribute flags as required in the .designspace file. |
Having the error message use the XML (all-lowercase) attribute name seems sensible for communicating the problem to the user (in addition to reverting the actual check to use the Python/camel-cased names). |
If an instance entry in a designspace file does not contain a PostScript font name attribute,
makeinstancesufo
complains in the following way:However, the ps font name needs to be indicated like this:
Note the casing being different in warning vs required.
The text was updated successfully, but these errors were encountered: