Closed simoncozens closed 3 years ago
I have a filter which strokes an open path. This needs to be run before cubic-to-quadratic and overlap removal. This currently can't be done from the command line. With this PR, we can now do:
fontmake --filter 'pre::ufostroker::StrokeFilter(Width=50)' -u OpenPaths.ufo -o ttf
Apparently we can do this already by passing pre=True in the kwargs! I shall document this in fontmake docs instead.
pre=True
I have a filter which strokes an open path. This needs to be run before cubic-to-quadratic and overlap removal. This currently can't be done from the command line. With this PR, we can now do: