diff --git a/lib/fontcustom/scripts/generate.py b/lib/fontcustom/scripts/generate.py index 36e8d105..c03f03fd 100755 --- a/lib/fontcustom/scripts/generate.py +++ b/lib/fontcustom/scripts/generate.py @@ -75,15 +75,19 @@ # glyph.left_side_bearing = KERNING # glyph.right_side_bearing = KERNING - glyph.width = 512 + #glyph.width = 512 # possible optimization? # glyph.simplify() # glyph.round() + glyph.left_side_bearing = glyph.right_side_bearing = 0 + glyph.round() files.append(name) cp += 1 + f.autoWidth(0, 0, 512) + if args.nohash: fontfile = outdir + '/' + args.name else: