Now ellipsises for Iosevka CC is full-width, as well as circled letters and numbers.

This commit is contained in:
be5invis 2015-08-30 18:33:22 +08:00
parent dd0eae9ecf
commit 5a8a724b1a
7 changed files with 42 additions and 27 deletions

View file

@ -8,5 +8,6 @@ font = fontforge.open(source)
font.em = int(sys.argv[3])
font.selection.all()
font.round()
font.removeOverlap()
font.simplify(0.1)
font.generate(sys.argv[2], flags = ("short-post", "opentype"))