Optimized shapes of /c, /e, /P, /R, /D, /two and /five with spiro.
This commit is contained in:
parent
71345e9926
commit
0a005cae57
7 changed files with 133 additions and 78 deletions
|
@ -7,7 +7,8 @@ font = fontforge.open(source)
|
|||
font.selection.all()
|
||||
font.removeOverlap()
|
||||
font.em = 1000
|
||||
font.simplify(0.01)
|
||||
font.simplify(1)
|
||||
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