Skip to content

Releases: adobe-type-tools/cffsubr

v0.3.0

18 Jan 11:30
v0.3.0
92fea79
Compare
Choose a tag to compare

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

19 Feb 12:37
v0.2.8
dd608a0
Compare
Choose a tag to compare

Updated embedded AFDKO submodule to latest version 3.6.1.
Removed no longer needed workaround for #13.

v0.2.7

12 Jun 15:11
v0.2.7
4e601ea
Compare
Choose a tag to compare

Remove deprecated FontMatrix operator left by tx in CFF2 FontDict when a font has non-standard UPEM, which produced a spurious warning when compiling with fonttools (#13, #14).

v0.2.6

03 Jun 18:12
v0.2.6
a45f94c
Compare
Choose a tag to compare

Really fix issue with Python 3.7 on Windows this time...

v0.2.5

03 Jun 17:55
v0.2.5
f5cb89e
Compare
Choose a tag to compare

Fixed issue on Windows Python 3.7+ whereby embedded tx.exe could not be found (#12).

v0.2.4

03 Jun 14:36
v0.2.4
8645aab
Compare
Choose a tag to compare

Also build and publish wheels for Windows 32-bit x86 platform (#11).

v0.2.3

01 Jun 15:17
v0.2.3
011b7e4
Compare
Choose a tag to compare
  • Remove glyph names from post table when converting to CFF 1.0 (#8).

v0.2.2

01 Jun 08:46
v0.2.2
e4d05f8
Compare
Choose a tag to compare
  • Fixed error in python -m cffsubr script when using --inplace option (#7).

v0.2.1

29 May 12:42
v0.2.1
fedb93d
Compare
Choose a tag to compare

Updated embedded tx to latest afdko version 3.4.0.

v0.2.0

29 May 12:22
v0.2.0
93067d2
Compare
Choose a tag to compare
  • Added FontTools to requirements.
  • API change: subroutinize now takes a FontTools TTFont 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 keeping post 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.