-
Notifications
You must be signed in to change notification settings - Fork 51
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
Completeness is wasteful #673
Comments
Not only wasteful, Glyphs files might have some garbage there (e.g. layers with duplicate names) that will not be used for anything but will break the build anyway. |
Color layers can have the same name if they have the same color. #573 |
Incidentally the performance impact of doing less is pretty minimal in the grand scheme of things: https://daltonmaag.github.io/pipeline-perf-tracker/results/ |
Use the new parser. |
In the common case of using glyphsLib to convert to UFO as part of the fontmake pipeline, all of this code is unnecessary:
Converting any non-master, non-brace layers is also wasteful.
The text was updated successfully, but these errors were encountered: