Added a new stroke expansion mechanism, spiroexpand. How we finally have a 'S' looking good.
This commit is contained in:
parent
be865f5ddb
commit
6fa6a8ce85
12 changed files with 271 additions and 34 deletions
|
@ -6,8 +6,9 @@ font = fontforge.open(source)
|
|||
|
||||
font.selection.all()
|
||||
font.removeOverlap()
|
||||
font.addExtrema()
|
||||
font.simplify(1)
|
||||
font.em = 1000
|
||||
font.addExtrema()
|
||||
font.canonicalContours()
|
||||
font.canonicalStart()
|
||||
font.generate(sys.argv[2], flags = ("short-post", "opentype"))
|
Loading…
Add table
Add a link
Reference in a new issue