diff --git a/ttCompile.py b/ttCompile.py index a1dce2a2b..92e8ccfa4 100644 --- a/ttCompile.py +++ b/ttCompile.py @@ -36,6 +36,6 @@ else: print __doc__ % sys.argv[0] sys.exit(2) -tt = ttLib.TTFont(ttInFile, verbose=verbose) +tt = ttLib.TTFont(ttInFile, recalcBBoxes=recalcBBoxes, verbose=verbose) tt.importXML(xmlPath) -tt.save(ttPath, recalcBBoxes=recalcBBoxes) +tt.save(ttPath) diff --git a/xml2tt.py b/xml2tt.py index a1dce2a2b..92e8ccfa4 100644 --- a/xml2tt.py +++ b/xml2tt.py @@ -36,6 +36,6 @@ else: print __doc__ % sys.argv[0] sys.exit(2) -tt = ttLib.TTFont(ttInFile, verbose=verbose) +tt = ttLib.TTFont(ttInFile, recalcBBoxes=recalcBBoxes, verbose=verbose) tt.importXML(xmlPath) -tt.save(ttPath, recalcBBoxes=recalcBBoxes) +tt.save(ttPath)