Releases: robotools/fontParts
Releases · robotools/fontParts
0.10.3
What's Changed
- fix doc strings for getCharacterMapping and getReverseComponentMapping by @arialcrime in #626
- force change the default layer name to the source defaultLayerName by @typemytype in #630
New Contributors
- @arialcrime made their first contribution in #626
Full Changelog: 0.10.2...0.10.3
v0.10.2
What's Changed
- Add
validate
kwarg toRGlyph._loadFromGLIF
forfontShell
by @ctrlcctrlv in #623
New Contributors
- @ctrlcctrlv made their first contribution in #623
Full Changelog: 0.10.1...0.10.2
v0.10.1
v0.10.0
This version drops support for Python 3.6.
What's Changed
-
Documentation: Add a quick start plus a link to the original examples by @driehuis in #605
-
Make doc string more specific for baseComponent.baseGlyph by @arrowtype in #607
-
add support for tempLib by @typemytype in #615
New Contributors
Full Changelog: 0.9.11...0.10.0
v0.9.11
0.9.11 (released 2021-08-06)
- 2021-08-06: Fixes inserting a segment with an open contour, #601 (thanks @typemytype!)
v0.9.10
0.9.10 (released 2021-03-09)
- 2021-03-09: Update to Defcon 0.8.0 (thanks @justvanrossum!)
v0.9.9
0.9.8
0.9.8 (released 2021-02-12)
- 2021-02-11: Add support for quadratic curves with no on-curve points in Contour and Segment. (#572, thanks @typemytype!)
0.9.7
0.9.7 (released 2020-12-23)
- 2020-12-23: Change to github actions for CI and release.
- 2020-12-18: fontShell returns
None
when referenced file name doesn't exist for anImage
(#567, thanks @typemytype)