Skip to content

v2.15.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 09 Jun 11:01
v2.15.0
e1c08f6
  • Added optional support for subroutinizing CFF/CFF2 table with cffsubr library, based on AFDKO tx tool.
    https://github.com/adobe-type-tools/cffsubr
    To enable this, you can install using the extra requirement ufo2ft[cffsubr].

  • Added com.github.googlei18n.ufo2ft.keepGlyphNames lib key; if set to false for TTF or CFF2 flavored fonts, the glyph names are dropped and post table is set to more compact format 3.0.

  • Fixed issue when building VF and some non-default masters do not contain a .notdef glyph; ufo2ft was adding a .notdef glyph with possibly incompatible outlines. It nows copies it from the default master when it is missing in one of the other non-default masters (#381, #387).