Searched defs:ttx (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
H A Dtest.py6 We then use ttx to dump the new font to its xml and check if rename was successful
15 from fontTools import ttx namespace
31 ttx.main([out_path])
H A Dbuild_font.py37 from fontTools import ttx namespace
100 # the path to the output file. The file name is the fontfilename.ttx
104 # run ttx to generate an xml file in the output folder which represents all
107 ttx.main(ttx_args)
116 ttx.main(ttx_args)
124 # Some fonts are too big to be handled by the ttx library.
128 # delete the temp ttx file is it exists.
H A Dbuild_font_single.py38 from fontTools import ttx namespace
85 # the path to the output file. The file name is the fontfilename.ttx
88 # run ttx to generate an xml file in the output folder which represents all
91 ttx.main(ttx_args)
100 ttx.main(ttx_args)
108 # Some fonts are too big to be handled by the ttx library.
112 # delete the temp ttx file is it exists.

Completed in 1917 milliseconds