Home
last modified time | relevance | path

Searched refs:ttx (Results 1 – 25 of 32) sorted by relevance

12

/external/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt24 Doc/man/man1/ttx.1
35 Doc/source/ttx.rst
91 Lib/fontTools/ttx.py
350 Tests/feaLib/data/AlternateSubtable.ttx
352 Tests/feaLib/data/Attach.ttx
354 Tests/feaLib/data/ChainPosSubtable.ttx
356 Tests/feaLib/data/ChainSubstSubtable.ttx
358 Tests/feaLib/data/GPOS_1.ttx
360 Tests/feaLib/data/GPOS_1_zero.ttx
362 Tests/feaLib/data/GPOS_2.ttx
[all …]
Dentry_points.txt5 ttx = fontTools.ttx:main
DPKG-INFO71 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
[all …]
/external/fonttools/Tests/ttx/
Dttx_test.py6 from fontTools import ttx
70 ttx.parseOptions([])
78 ttx.parseOptions([file_path])
85 jobs, _ = ttx.parseOptions([temp_path])
99 _, _ = ttx.parseOptions([temp_path]) # this is NOT a mistake
100 jobs, _ = ttx.parseOptions([temp_path])
114 jobs, _ = ttx.parseOptions([temp_path])
128 _, _ = ttx.parseOptions([temp_path]) # this is NOT a mistake
129 jobs, _ = ttx.parseOptions([temp_path])
146 jobs, _ = ttx.parseOptions(temp_paths)
[all …]
/external/fonttools/MetaTools/
DroundTrip.py22 from fontTools import ttx
39 ttx.ttDump(ttFile1, xmlFile1, options)
42 ttx.ttCompile(xmlFile1, ttFile2, options)
44 ttx.ttDump(ttFile2, xmlFile2, options)
78 options = ttx.Options(rawOptions, len(files))
/external/fonttools/Doc/source/
Dttx.rst2 ttx title
5 .. automodule:: fontTools.ttx
Dindex.rst19 ttx
/external/fonttools/Snippets/
Dchecksum.py39 Use these flags for checksums with the --ttx flag.")
43 Use these flags for checksums with the --ttx flag.")
133 …write_checksum(args.filepaths, stdout_write=args.stdout, use_ttx=args.ttx, do_not_cleanup=args.noc…
Ddump_woff_metadata.py3 from fontTools.ttx import makeOutputFileName
Dwoff2_compress.py6 from fontTools.ttx import makeOutputFileName
Dmerge_woff_metadata.py4 from fontTools.ttx import makeOutputFileName
Dwoff2_decompress.py6 from fontTools.ttx import makeOutputFileName
/external/harfbuzz_ng/test/subset/
Drun-tests.py35 ttx = which ("ttx") variable
38 if not ttx:
105 return cmd([ttx, "-q", "-o-", file])
/external/fonttools/
DREADME.rst61 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
[all …]
DMANIFEST.in27 recursive-include Tests *.py *.ttx *.otx *.fea *.feax
29 recursive-include Tests *.otf *.ttx.*
DPKG-INFO71 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
[all …]
DNEWS.rst89 - [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
91 - [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
92 with ttx (#1451, #1452, #1456).
221 - [ttx] Expose the previously reserved bit flag ``OVERLAP_SIMPLE`` of
321 - [ttx] Impoved test coverage (#1261).
395 - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
396 splitted as individual ttx files (#153, #1035, #1132, #1202).
398 for the ttx split-glyphs option (#1202).
402 ttx files (#1197).
424 - [ttx] Fixed regression introduced in 3.22.0 that affected the split tables
[all …]
/external/fonttools/Tests/ttLib/tables/
Dtables_test.py263 def load_ttx(ttx): argument
265 f.write(ttx)
D_c_m_a_p_test.py163 ttx = strip_VariableItems(f.getvalue())
166 self.assertEqual(ttx, expected)
/external/harfbuzz_ng/test/api/fonts/
DREADME1 cmap-format12-only files created by ttx & remove all other cmap entries
/external/fonttools/Tests/varLib/
Dmutator_test.py62 with open(path, "r", encoding="utf-8") as ttx:
63 for line in ttx.readlines():
DvarLib_test.py73 with open(path, "r", encoding="utf-8") as ttx:
74 for line in ttx.readlines():
/external/clang/test/Analysis/
Dtaint-tester.c58 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
/external/fonttools/Tests/feaLib/
Dbuilder_test.py106 with open(path, "r", encoding="utf-8") as ttx:
107 for line in ttx.readlines():
/external/fonttools/Tests/subset/
Dsubset_test.py45 with open(path, "r", encoding="utf-8") as ttx:
46 for line in ttx.readlines():

12