/s and /S are reconstructed with spiros.

This commit is contained in:
be5invis 2015-08-18 11:51:34 +08:00
parent 3b7c951e76
commit be865f5ddb
7 changed files with 110 additions and 51 deletions

View file

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