Optimized shapes of /c, /e, /P, /R, /D, /two and /five with spiro.

This commit is contained in:
be5invis 2015-08-17 23:03:59 +08:00
parent 71345e9926
commit 0a005cae57
7 changed files with 133 additions and 78 deletions

View file

@ -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"))