Skip to content

Releases: ftCLI/FoundryTools-CLI

v0.9.9

19 Apr 16:39
Compare
Choose a tag to compare

What's Changed

  • Do not remove .notdef outline when using subsetter
  • Add Lib.utils.subsetter to reduce code duplication
  • [ftcli converter wf2ft]: add suffix to converted files
  • [ftcli converter var2static]: fix indentation of final message
  • [Lib-converters.var2static] delete the cvar table from static instances to prevent crashes

Full Changelog: v0.9.8...v0.9.9

v0.9.8

17 Apr 12:03
ffa6735
Compare
Choose a tag to compare

What's Changed

  • Converter rewritten as classes
  • ftcli converter ttf2otf: added max_err option

Full Changelog: v0.9.7...v0.9.8

v0.9.7

12 Apr 10:51
a98fe97
Compare
Choose a tag to compare

Minor bugfixes

What's Changed

  • Use BytesIO instead of temp files by @ftCLI in #17
  • Rename misspelled method name by @ftCLI in #22
  • Fixed typos in README by @ftCLI in #23
  • Append old extension as suffix when converting webfonts to SFNT by @ftCLI in #24

Full Changelog: v0.9.6...v0.9.7

v0.9.6

05 Apr 06:14
7c23d7f
Compare
Choose a tag to compare
  • [Lib.Font] Added get_created_timestamp and get_modified_timestamp methods
  • [commands] Added ftcli hhea command and update README.md
  • Minor bugfixes

v0.9.5

03 Apr 08:59
79c492a
Compare
Choose a tag to compare

Changes:

  • Calculation of italic angle reviewed
  • Added options to ftcli utils cff-autohint

v0.9.4

02 Apr 11:18
a85bc86
Compare
Choose a tag to compare

Changes:

  • Added ftcli fix uprights command
  • Added ftcli utils del-table command

v0.9.3

28 Mar 15:41
Compare
Choose a tag to compare

Changes

  • ftcli metrics: align command improved; copy renamed to copy-metrics; files are saved only if modified
  • ftcli converter ttf2otf: tolerance set in function of units per em

v0.9.2

25 Mar 08:57
Compare
Choose a tag to compare
  • Fixed bugs in ftcli os2 command

v0.9.1

24 Mar 18:20
Compare
Choose a tag to compare
  • Fixed an import error in Lib.converter.ttf2otf
  • Added ftcli fix monospace command to set the correct metadata in monospaced families (fontbakery check id: com.google.fonts/check/monospace)

v0.9.0

23 Mar 12:17
Compare
Choose a tag to compare

ftCLI has been completely rewritten from scratch. Many new commands have been added, and few ones removed.

See the README.md file.