-
Notifications
You must be signed in to change notification settings - Fork 487
Copy name IDs in use before scrapping or scrambling them for webfonts #3853
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
Conversation
Hm, how to get |
colorLib.buildCPAL can build palette labels, there's a bunch of tests in Tests/colorLib/builder_test.py, e.g. fonttools/Tests/colorLib/builder_test.py Line 151 in e857fe5
as to feat, it's defined in otData.py and it doesn't look like we test it anywhere.. |
I limited the test to STAT, fvar, ss and cv feature names and CPAL labels for now. |
04a70d4
to
1280acb
Compare
3267eb8
to
d563e04
Compare
This reverts commit 1280acb.
9e61e2a
to
75676f5
Compare
Preserve select nameIDs in
fvar
andSTAT
when obfuscating names, to avoid dangling name IDs in subset fonts.Closes #3773.