Skip to content

Releases: robotools/fontMath

0.9.4

24 Jul 16:29
f8a68f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.3...0.9.4

0.9.3

08 Dec 18:34
fbfa7f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

10 May 14:18
678c071
Compare
Choose a tag to compare

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

28 Dec 17:18
c13bd93
Compare
Choose a tag to compare

What's Changed

  • Scheduled weekly dependency update for week 52 by @pyup-bot in #267

Full Changelog: 0.9.0...0.9.1

v0.9.0

28 Dec 17:14
f2dcee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

v0.8.1

23 Jun 14:16
273c720
Compare
Choose a tag to compare

Fixes version number

v0.8.0

22 Jun 19:56
2da8061
Compare
Choose a tag to compare

• Use GitHub actions for testing and publishing
• Python 3 only. Breaking Py3 over Py2 change is the use of setuptools_scm.

v0.7.0

22 Jun 19:34
Compare
Choose a tag to compare

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

0.6.0

14 May 18:41
0.6.0
e967521
Compare
Choose a tag to compare
  • [mathGlyph] Added scaleComponentTransform option (True by default) to allow excluding components' xScale, xyScale, yxScale and yScale values when performing scalar multiplication/division on MathGlyph.
    This can be useful when scaling a font's UPEM (#193, #194).

0.5.2

26 Nov 11:15
0.5.2
ff3b158
Compare
Choose a tag to compare

[mathInfo] Handle case when one subtraction operand is None and the attribute format is number list; in which case set result to None (#175, #176, #177).

NOTE: version 0.5.1 is deprecated.