You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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).