Rebuild /B, /D, /P, /R, /five and /eight with sporos.

This commit is contained in:
be5invis 2015-08-18 01:07:56 +08:00
parent 0a005cae57
commit b6ca69bbaf
7 changed files with 106 additions and 74 deletions

View file

@ -7,6 +7,8 @@ font = fontforge.open(source)
font.selection.all()
font.removeOverlap()
font.em = 1000
font.round()
font.removeOverlap()
font.simplify(1)
font.addExtrema()
font.canonicalContours()