Lines Matching refs:ttx
61 Once installed you can use the ``ttx`` command to convert binary font
63 convert them back to binary format. TTX files have a .ttx file
68 ttx /path/to/font.otf
69 ttx /path/to/font.ttx
77 TTX detects what kind of files it is fed: it will output a ``.ttx`` file
79 ``.otf`` when the input file is a ``.ttx`` file. By default, the output
88 ``ttx -h`` at the command prompt. These additional options include:
92 - merging partial ``.ttx`` files with existing ``.ttf`` or ``.otf``
94 - listing brief table info instead of dumping to ``.ttx``
95 - splitting tables to separate ``.ttx`` files
226 with ``ttx`` we use the ``unicodedata`` module in the Standard Library.