Lines Matching refs:Options
3 """usage: ttroundtrip [options] font1 ... fontN
11 This tool supports some of ttx's command line options (-i, -t
32 def roundTrip(ttFile1, options, report):
39 ttx.ttDump(ttFile1, xmlFile1, options)
40 if options.onlyTables or options.skipTables:
41 options.mergeFile = ttFile1
42 ttx.ttCompile(xmlFile1, ttFile2, options)
43 options.mergeFile = None
44 ttx.ttDump(ttFile2, xmlFile2, options)
78 options = ttx.Options(rawOptions, len(files))
81 roundTrip(ttFile, options, report)