Supported full width forms of ASCII characters (U+FF01 to U+FF5E).
This commit is contained in:
parent
70462cfa08
commit
0d7414bda3
8 changed files with 44 additions and 19 deletions
|
@ -1,13 +0,0 @@
|
|||
import fontforge
|
||||
import psMat
|
||||
import sys
|
||||
import math
|
||||
|
||||
source = sys.argv[1]
|
||||
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"))
|
Loading…
Add table
Add a link
Reference in a new issue