Optimized the shapes of /Omega.

This commit is contained in:
be5invis 2015-12-09 21:27:55 +08:00
parent 4748c3e9a3
commit 05e5a24279
3 changed files with 23 additions and 18 deletions

View file

@ -29,9 +29,9 @@ font.replaceWithReference(2)
print " Simplify: ", font.fontname
font.selection.all()
font.transform(psMat.scale(5, 1))
font.transform(psMat.scale(5))
font.simplify(1, ("smoothcurves", "choosehv"), 0.1)
font.transform(psMat.scale(0.2, 1))
font.transform(psMat.scale(0.2))
font.simplify(1, ("smoothcurves", "choosehv"), 0.1)
font.layers["Fore"].is_quadratic = True
font.transform(psMat.skew(float(sys.argv[3]) / 180 * math.pi))