From 448a6f16f8067102c41fdb1442ef556fcfb9dd49 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Thu, 5 Feb 2015 16:54:16 -0800 Subject: Reworking docs, response to revision a9dc2593ec6a --- scripts/build-v2.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'scripts/build-v2.py') diff --git a/scripts/build-v2.py b/scripts/build-v2.py index b21a8b4..d987116 100644 --- a/scripts/build-v2.py +++ b/scripts/build-v2.py @@ -52,20 +52,17 @@ def condenseFont(f, scale=.8, stemWidth=185): proj = FontProject(rg.font, BASEDIR, "res/roboto.cfg", th.ffont) -''' -proj.incrementBuildNumber() -''' +#proj.incrementBuildNumber() # FAMILYNAME = "Roboto 2 DRAFT" # FAMILYNAME = "Roboto2" FAMILYNAME = "Roboto" proj.buildOTF = True -''' -proj.checkOTFOutlines = True -proj.autohintOTF = True -proj.buildFEA = True -''' +#proj.checkOTFOutlines = True +#proj.autohintOTF = True +#proj.buildFEA = True + proj.generateFont(th.font,"%s/Thin/Regular/Th"%FAMILYNAME) proj.generateFont(Mix([th,rg], 0.45),"%s/Light/Regular/Lt"%FAMILYNAME) proj.generateFont(Mix([th,rg], RPoint(0.90, 0.92)),"%s/Regular/Regular/Rg"%FAMILYNAME) -- cgit v1.2.3