v2.15.0
-
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 requirementufo2ft[cffsubr]
. -
Added
com.github.googlei18n.ufo2ft.keepGlyphNames
lib key; if set to false for TTF or CFF2 flavored fonts, the glyph names are dropped andpost
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).