Skip to content

Tags: robotools/fontMath

Tags

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fonttools version bump (#332)

* Downgrade fonttools from 4.61.1 to 4.60.2 To allow for python 3.9

* Update Python versions in tox environment list

* Update Python version requirement to 3.9

* Update Python versions in CI workflow

* Modify Python version exclusions in CI workflow

0.9.4

Toggle 0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update publish-package.yml

0.9.3

Toggle 0.9.3's commit message
Version 0.9.3

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve FilterRedundantPointPen when starting points are differently …

…set (#277)

fixes #276

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update fonttools from 4.26.2 to 4.28.5 (#267)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop py 36 (#268)

* Update run-tests.yml

* Update README.md

* Update tox.ini

0.8.1

Toggle 0.8.1's commit message

0.8.0

Toggle 0.8.0's commit message

0.7.0

Toggle 0.7.0's commit message
Bump version: 0.7.0.dev0 → 0.7.0

0.6.0

Toggle 0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
anthrotype Cosimo Lupo
0.6.0

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