Andy Clymer
Andy Clymer
I'm writing a test for the bPoint and found that the logic looks a little bit incomplete here: https://github.com/robofab-developers/fontParts/blob/bbf48a605a9224e52ca96c1db87fc55b84366784/Lib/fontParts/base/contour.py#L700 Inserting a bPoint looks like it can only work if there's...
It seems like this _set_contour() function shouldn't assert None in the first line: https://github.com/robofab-developers/fontParts/blob/c09c388bacb2bfa70bbad2b3819552506f9e28ea/Lib/fontParts/base/point.py#L70-L74 Removing the first line of the function seems to make it work. However, which situations should...
Frederik, Just and I were discussing this so I'll open a feature — it could be nice to be able to specify that a TIFF image be exported in the...
A student of mine found a problem in the FeaturePreview.roboFontExt that I traced back to Compositor, but I'm a little bit lost with how to fix it — the handling...