Rebuilt /U, /J, /m, /n, etc... with spiros.

This commit is contained in:
be5invis 2015-08-18 06:38:58 +08:00
parent 9ef872033f
commit 3b7c951e76
11 changed files with 247 additions and 230 deletions

View file

@ -6,11 +6,7 @@ font = fontforge.open(source)
font.selection.all()
font.removeOverlap()
font.em = 1000
font.round()
font.removeOverlap()
font.simplify(1)
font.addExtrema()
font.canonicalContours()
font.canonicalStart()
font.generate(sys.argv[2], flags = ("short-post", "opentype"))