Closed khaledhosny closed 8 years ago
Does the font contain qcurve segments?
BooleanOperations currently only works with PostScript cubic curves, but there's a work in progress branch by @typemytype that adds Support for TrueType quadratic splines.
https://github.com/typemytype/booleanOperations/tree/quadratics?files=1
Seems to be the case.
I’m using the following code:
Which gives me the following assertion error with JosefinSans-Regular.ufo.zip (different glyph each time):
I’m not sure if this is a bug in the font (the font was converted from FontLab .vfb file by vfb2ufo), FontTools, or booleanOperations.