Erik van Blokland
Erik van Blokland
This issue is part of a problem that spans fontMath.MathGlyph / fontParts.RGlyph / UFOProcessor. It should be possible to get data in and out of MathGlyph without the `filterRedundantPoints` filter....
**This could be an OS issue but it may be useful to have a report of it here.** * Using Drawbot Version 3.122 on Macos 10.15.1, glyphs from a variable...
While it might solve short term compatibility problems, it really makes it difficult to prepare outlines for variable fonts. I propose [MathGlyphPen()](https://github.com/typesupply/fontMath/blob/master/Lib/fontMath/mathGlyph.py#L347) gets a flag, something like `addOffCurves=False`. Then [line...
A FontParts font.info object does not have a guidelines attribute. https://github.com/typesupply/fontMath/blob/master/Lib/fontMath/mathInfo.py#L17
* Maybe it would be useful to include which class is failing when reporting a failure [line 704](https://github.com/typesupply/extractor/blob/master/Lib/extractor/formats/opentype.py#L704) * Related: perhaps an option to import a font without kerning.
For instance when comparing flex points at the center of an S. Select both, see if they're parallel.
- Remove all the code in `Lib/mutatorMath/ufo/` MutatorMath should provide no designspace reading / writing. Please refer to - [fontTools.designspacelib](https://github.com/fonttools/fonttools/blob/main/Lib/fontTools/designspaceLib/__init__.py) for all specifications, editing - [ufoProcessor](https://github.com/LettError/ufoProcessor/tree/master/Lib/ufoProcessor) for generating UFOs from...
* check each axis map for overlaps * are there more problems these things can have? * use mapped locations when testing the bounds of source and instance locations
Add an error for maps that make it impossible to find the default. Possible situations: * can’t find a default for a mapped axis * can find the default if...