Releases: adobe-type-tools/cffsubr
Releases · adobe-type-tools/cffsubr
v0.3.0
Updated embedded tx
to latest afdko version v4.0.1
https://github.com/adobe-type-tools/afdko/releases/tag/4.0.1
v0.2.8
v0.2.7
v0.2.6
Really fix issue with Python 3.7 on Windows this time...
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Updated embedded tx to latest afdko version 3.4.0.
v0.2.0
- Added FontTools to requirements.
- API change:
subroutinize
now takes a FontToolsTTFont
as input, and can modify it in-place or return a modified copy. - Preserve postcript glyph names when converting from CFF 1.0 to CFF2, by storing them in
post
table format 2.0. Optionally they can also be dropped, by keepingpost
format 3.0. - Added CLI tool, run as
python -m cffsubr --help
. - Added tests.
- Fixed issues on Windows with capturing tx output.
- Added function to desubroutinize.