Home | History | Annotate | Download | only in fontTools

Lines Matching refs:ttf

174 	ttf = TTFont(input, fontNumber=options.fontNumber, lazy=True)
175 reader = ttf.reader
189 ttf.close()
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
199 ttf.saveXML(output,
206 ttf.close()
212 ttf = TTFont(options.mergeFile,
215 ttf.importXML(input, quiet=options.quiet)
216 ttf.save(output)
231 return "TTF"
233 return "TTF"
241 return "TTF"
268 if tp in ("OTF", "TTF", "TTC", "WOFF"):
275 extension = ".ttf"