Skip to content

v0.7.0

Compare
Choose a tag to compare
@benkiel benkiel released this 22 Jun 19:34
· 31 commits to master since this release

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).