-
Notifications
You must be signed in to change notification settings - Fork 105
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
Check: Combined length of family and style name must not exceed 20 characters #1488
Comments
somebody with access to Windows should make some tests and confirm that this is the case. |
cc @moyogo |
This is also the first test using the new markup for rationale, affected applications/OS/browsers, etc... And includes a proper code-test as well. Future new test requests/implementations should try to do the same. (issue fonttools#1488)
This is also the first test using the new markup for rationale, affected applications/OS/browsers, etc... And includes a proper code-test as well. Future new test requests/implementations should try to do the same. (issue fonttools#1488)
I don't think this is true. Even the examples in the name table spec show names where the length of ids 1 + 2 exceeds 20 characters. From reading this discussion I think there is confusion with the ID1 and ID2 limits, and the real issue is that the length of ID4 must be < 32 characters, while ID4 = ID1 + " " + ID2. That's also what I remember from the FontFont production guidelines. |
https://glyphsapp.com/tutorials/multiple-masters-part-3-setting-up-instances says
The text was updated successfully, but these errors were encountered: