Added a new stroke expansion mechanism, spiroexpand. How we finally have a 'S' looking good.

This commit is contained in:
be5invis 2015-08-19 01:51:56 +08:00
parent be865f5ddb
commit 6fa6a8ce85
12 changed files with 271 additions and 34 deletions

View file

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