Erik van Blokland
Erik van Blokland
After some mathGlyphing around in RF Version 4.4b (build 2212022233) I end up here as part of a `fromMathGlyph()`: https://github.com/robotools/fontParts/blob/f5250dc93916f45d5bf3e286cf44ff4c7dad9965/Lib/fontParts/base/glyph.py#L1697 ``` Traceback (most recent call last): File "testRefactor_RF.py", line 64,...
DSE reports incompatibilities between glyphs that are in different discrete locations.
Now that DSE supports this, we need to check if the data is valid.
Reported by Betsy.
The contextual menu on a source needs an item that pops a file picker to replace the UFO. Otherwise we have to open the designspace source and replace by hand.
It shows the right color for the mode, but doesn't update when the mode changes?
Under some conditions it should be possible to calculate meaningful values for openTypeOS2WidthClass and openTypeOS2WeightClass, when generating instances. ### openTypeOS2WidthClass `wdth` conditions: * https://learn.microsoft.com/en-us/typography/opentype/spec/os2#uswidthclass * value between 50 - 120...
In UFOs that have a value for italic slant, showDist could additionally show the angle relative to the vertical.
When FG has a designspace open.. .. and a font editor exports _several_ .fea files for the masters (for instance when updating kerning), and this export is done super fast,...
Calling AngledMarginPen with a round shape (see example) causes a traceback. This is a short script that gets to the problem right away. First `self._start` and `self.currentPoint` to are initialised...