-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Using this script on ReemKufi-Regular.ufo.zip:
import sys
from booleanOperations import BooleanOperationManager
from defcon import Font
ufo = Font(sys.argv[1])
manager = BooleanOperationManager()
for glyph in ufo:
contours = list(glyph)
glyph.clearContours()
manager.union(contours, glyph.getPointPen())
ufo.save(sys.argv[1].replace(".ufo", "-new.ufo"))Results in several distorted glyphs: arMeem.isol, arHeh.fina and arHeh.fina1:

Metadata
Metadata
Assignees
Labels
No labels