Home | History | Annotate | Download | only in fontTools

Lines Matching full:outfile

2151 def save_font(font, outfile, options):
2155 font.save(outfile, reorderTables=options.canonical_order)
2223 outfile = fontfile + '.subset'
2225 save_font (font, outfile, options)
2234 log("Subset font: %d bytes" % os.path.getsize(outfile))