Lines Matching refs:ttx
71 Once installed you can use the ``ttx`` command to convert binary font
73 convert them back to binary format. TTX files have a .ttx file
78 ttx /path/to/font.otf
79 ttx /path/to/font.ttx
87 TTX detects what kind of files it is fed: it will output a ``.ttx`` file
89 ``.otf`` when the input file is a ``.ttx`` file. By default, the output
98 ``ttx -h`` at the command prompt. These additional options include:
102 - merging partial ``.ttx`` files with existing ``.ttf`` or ``.otf``
104 - listing brief table info instead of dumping to ``.ttx``
105 - splitting tables to separate ``.ttx`` files
236 with ``ttx`` we use the ``unicodedata`` module in the Standard Library.
506 - [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
508 - [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
509 with ttx (#1451, #1452, #1456).
638 - [ttx] Expose the previously reserved bit flag ``OVERLAP_SIMPLE`` of
738 - [ttx] Impoved test coverage (#1261).
812 - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
813 splitted as individual ttx files (#153, #1035, #1132, #1202).
815 for the ttx split-glyphs option (#1202).
819 ttx files (#1197).
841 - [ttx] Fixed regression introduced in 3.22.0 that affected the split tables
846 glyph indexes. The old ttx dumps of HVAR/VVAR tables that contain indexes
1069 - [ttx] For ``-x`` option, pad with space if table tag length is < 4.
1159 - [ttx] Support reading TTX files with BOM (#896)
1232 - [ttx, mtiLib] Preserve ordering of glyph alternates in GSUB type 3 (#833).
1268 - [ttx] Fixed 'I/O operation on closed file' error when dumping
1400 ``fontTools.*`` sub-modules: e.g. ``fonttools ttx``,
1439 - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add
1480 - Add support for loading, saving and ttx'ing WOFF file format
1486 - Add to ttx args for -q for quiet mode, -z to choose a bitmap dump
1532 - Fixed ttx -l: it turned out this part of the code didn't work with
1556 tool replacing the old ones: ttx It dumps and compiles, depending on
1562 instead outputs a small .ttx file containing references to the
1567 can parse the new "mini-ttx" format as output by "ttx -s".
1624 - Use ".ttx" as file extension instead of ".xml".