Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 17:22
v3.2.0
4d9aca9
  • 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).