Skip to content
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

Info: Add missing woff* attributes #19

Closed
madig opened this issue Mar 11, 2019 · 3 comments
Closed

Info: Add missing woff* attributes #19

madig opened this issue Mar 11, 2019 · 3 comments

Comments

@madig
Copy link
Collaborator

madig commented Mar 11, 2019

>>> set(fontTools.ufoLib.fontInfoAttributesVersion3) - set(dir(ufoLib2.Font().info))
{'woffMajorVersion',
 'woffMetadataCopyright',
 'woffMetadataCredits',
 'woffMetadataDescription',
 'woffMetadataExtensions',
 'woffMetadataLicense',
 'woffMetadataLicensee',
 'woffMetadataTrademark',
 'woffMetadataUniqueID',
 'woffMetadataVendor',
 'woffMinorVersion'}
@anthrotype
Copy link
Member

I don't think anybody ever used them but okay

@madig
Copy link
Collaborator Author

madig commented Mar 12, 2019

It will save me a hasattr in my one script while iterating over ufoLib.fontAttributesInUFO3:)

@anthrotype
Copy link
Member

Added in #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants