You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumped minimum depedencies:
fonttools >= 4.50.0
glyphsLib >= 6.7.0
ufo2ft >= 3.2.0
The fontmake.instantiator was moved to ufo2ft.instantiator, with the same API. It's recommended that you import from the latter. The old module still works but will be removed at some point in the future.
Fontmake can now build variable fonts with 'sparse' composite glyphs i.e. with either fewer or additional masters than their components' base glyphs, by interpolating missing sources on the fly. This works for both TTF and CFF2 variable fonts (googlefonts/glyphsLib#954).