fontMath
fontMath copied to clipboard
A collection of objects that implement fast font, glyph, etc. math.
A FontParts font.info object does not have a guidelines attribute. https://github.com/typesupply/fontMath/blob/master/Lib/fontMath/mathInfo.py#L17
It's not clear to me what the purpose of `test_mathTransform.py::MathTransformTest.test_functions` is. It seems to assert that at least for some of the `_testData`, the three `testFunctions` yield slightly different results....
Does anybody fancy adding a short README text file at the top-level of the repository? I would like to use that for the `long_description` in `setup.py`, so that it can...
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.38.0 to 4.43.0. Release notes Sourced from fonttools's releases. 4.43.0 [subset] Set up lxml XMLParser(resolve_entities=False) when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc):...
### Update [fonttools](https://pypi.org/project/fonttools) from **4.38.0** to **4.40.0**. Changelog ### 4.40.0 ``` ---------------------------- - Published native binary wheels to PyPI for all the python minor versions and platform and architectures currently...
See deprecation notices
I've looked for ways to make mathGlyphs easier to translate. Adding support for transformation matrices would be nice but it would be quite complex. What about this notation to move...
The big picture: ```python from fontMath import MathInfo from defcon import Info i1 = Info() i1.italicAngle = 0 i2 = Info() i2.italicAngle = 0 mi1 = MathInfo(i1) mi2 = MathInfo(i2)...