Releases: robotools/fontMath
Releases · robotools/fontMath
0.9.4
What's Changed
- typo by @schriftgestalt in #323
- Do not re-cycle the outline in strict mode by @simoncozens in #325
New Contributors
- @schriftgestalt made their first contribution in #323
- @simoncozens made their first contribution in #325
Full Changelog: 0.9.3...0.9.4
0.9.3
What's Changed
- Pass "strict" flag down to copies, so strict remains strict. By @justvanrossum in #305, as required to fix googlefonts/fontmake#961
Full Changelog: 0.9.2...0.9.3
0.9.2
What's Changed
- Start testing python 3.10 by @benkiel in #269
- improve FilterRedundantPointPen when starting points are differently set by @typemytype in #277
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
Full Changelog: 0.9.0...0.9.1
v0.9.0
v0.8.1
Fixes version number
v0.8.0
• Use GitHub actions for testing and publishing
• Python 3 only. Breaking Py3 over Py2 change is the use of setuptools_scm.
v0.7.0
Fix angle multiplication (#189).
Adds strict
to MathGlyph
(default is False
). Strict means that line segments are not converted to curve segments with (0,0) control points and offcurves stacked on on-curves are not filtered out when extracting. (#235).
Last version to support Python 2 (you may need to change the requirement for fonttools if Python 2 support is giving you issues).