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

Issue 66 & 65 #67

Merged
merged 4 commits into from
Nov 11, 2024
Merged

Issue 66 & 65 #67

merged 4 commits into from
Nov 11, 2024

Conversation

LettError
Copy link
Owner

  • Respect the glyphnames listed in public.skipExportGlyphs when making UFO. To be clear: glyphNames in public.skipExportGlyphs will not be generated. (Respect public.skipExportGlyphs settings while calculating instances. #66)
  • self.loadFonts() added to generateUFOs(), makeInstance(), makeOneInstance(), makeFontProportions(), makeOneGlyph(), makeOneInfo(), makeOneKerning(). Because it is not always clear whether the fonts were indeed loaded. (add loadFonts to the makeOne* methods? #65)
  • Add a method startLog() to be called when we want to see the log after starting without debug.

#66)

* Do not attempt to calculate instances for glyphs flagged wtih "skip" in any of the sources.
* Keep the skippedGlyph lib entry.
+ Respect the glyphnames listed in public.skipExportGlyphs when making UFO.
+ Add a method startLog to be called when we want to see the log after starting without debug.
+ self.loadFonts() added to generateUFOs(), makeInstance, makeOneInstance, makeFontProportions, makeOneGlyph, makeOneInfo, makeOneKerning. Because it is not always clear whether the fonts were indeed loaded.
@LettError LettError merged commit a0c1ce9 into master Nov 11, 2024
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 this pull request may close these issues.

1 participant