-
Notifications
You must be signed in to change notification settings - Fork 475
[varLib] Encode postscriptname for fvar as single-byte encoding #756
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
Comments
cc @rsheeter |
We already write the fvar postscript font name as both single-byte MacRoman (1, 0, 0) and Windows Unicode (3, 1, 0x409) name records: We added a When you say "unique", you mean OSX doesn't like that that we also write a windows-unicode one? |
See related issue #683 (closed) |
Right. Ok. Thanks. |
Let's close then. |
It is a problem though that subsetter by default removes the macroman names. |
I guess we should open a separate issue for this. |
Seems related to #146 so I’ve added it there. |
For example, MacRoman. Apparently OS X implementation requires that they be encoded using single-byte encoding (and be unique).
The text was updated successfully, but these errors were encountered: