Skip to content

Releases: robotools/extractor

v0.6.0

08 Jun 17:53
7929250
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

v0.5.0

28 Dec 17:30
c8b25bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.5.0

v0.4.2

03 Dec 17:49
9e2cd68
Compare
Choose a tag to compare

What's Changed

  • Ensure that 'unicodes' is a list by @derwind in #44
  • Warn about groups that would be renamed to the same target name by @jenskutilek in #43
  • Add option to extract TrueType instructions as VTT assembly by @jenskutilek in #42
  • Fix that space glyph's unicodes could be empty by @derwind in #45

New Contributors

Full Changelog: 0.4.1...0.4.2

v0.4.1

19 Apr 13:54
a15689b
Compare
Choose a tag to compare
  • Update deploy and info on python 3

v0.4.0

19 Apr 13:50
f4ea60e
Compare
Choose a tag to compare
  • Python 3 only (#31)
  • Improved vfb handling (7b0c6ad)
  • Handles TT hinting instructions now (#30)
  • Code formatted with Black (#29)
  • Fix for max extraction in non-TT fonts (#34)
  • Handle TTF composite flags (#36)
  • Extract UVS (#38)

Many thanks to @jenskutilek for most of the above, and to @moyogo for the UVS things

v0.3.0

19 Nov 11:11
v0.3.0
ec6cb32
Compare
Choose a tag to compare
  • Removed dependency on standalone ufoLib. It now depends on fonttools[ufo].
  • Use fontTools PointPen to preserve TrueType point indices (#27).
  • Simplify cmap parsing by reusing fontTools functions (#26, #27).
  • Add back support for loading from VFBs (requires FontLab's vfb2ufo command) (#25).

v0.2.0

19 Dec 18:38
Compare
Choose a tag to compare
Initial public release on PyPI