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.
Some bug fixes and better error handling while building MATH table (#820).
Fixed a error while building variable GDEF ligature carets (#821).
Added new ufo2ft.instantiator module, copied over from fontmake.instantiator and adapted to also work on defcon Font objects, in addition to ufoLib2.Font (#825).
Support compiling variable TTF or CFF2 fonts with 'sparse' composite glyphs which define either more or fewer sources than the glyphs used as components. We use the instantiator to interpolate glyphs on the fly while decomposing, or we add empty placeholders in TTF masters for missing components in the non-default masters so the sparse composites can be built with varLib (googlefonts/glyphsLib#954, #826).