Releases: robotools/extractor
Releases · robotools/extractor
0.8.1
What's Changed
- Extract two common lib info keys by @rimas-kudelis in #76
- Fix extracting multiple anchor classes from same lookup by @rimas-kudelis in #77
Full Changelog: 0.8.0...0.8.1
0.8.0
0.7.0
What's Changed
- Handle rounding of component transforms when calculating glyph hashes by @jenskutilek in #69
- vfbLib by @jenskutilek in #70
- Implement anchor extraction from OpenType files by @rimas-kudelis in #68
- update testing by @benkiel in #71
Full Changelog: 0.6.1...0.7.0
0.6.1
What's Changed
- Move fontfeature import statement by @NightFurySL2001 in #61
- Add missing fontFeatures dependency, update requirements to match by @kontur in #63
- get postscriptFontName from name table first by @typemytype in #64
- Better fallback for kerning info extraction by @rimas-kudelis in #66
New Contributors
- @kontur made their first contribution in #63
- @rimas-kudelis made their first contribution in #66
Full Changelog: 0.6.0...0.6.1
v0.6.0
What's Changed
- Start testing python 3.10 by @benkiel in #48
- truetype.instructions formatVersion as string, controlValue as dict by @moyogo in #51
- ._glyph does not exists anymore, go for the new _getGlyphAndOffset() … by @typemytype in #52
- Use fontFeatures to extract OpenType features by @NightFurySL2001 in #54
- Type1 macroman by @typemytype in #53
New Contributors
- @NightFurySL2001 made their first contribution in #54
Full Changelog: 0.5.0...0.6.0
v0.5.0
v0.4.2
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
v0.4.0
- 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