/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 24 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 …]
|
D | entry_points.txt | 5 ttx = fontTools.ttx:main
|
D | PKG-INFO | 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 [all …]
|
/external/fonttools/Tests/ttx/ |
D | ttx_test.py | 6 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/ |
D | roundTrip.py | 22 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/ |
D | ttx.rst | 2 ttx title 5 .. automodule:: fontTools.ttx
|
D | index.rst | 19 ttx
|
/external/fonttools/Snippets/ |
D | checksum.py | 39 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…
|
D | dump_woff_metadata.py | 3 from fontTools.ttx import makeOutputFileName
|
D | woff2_compress.py | 6 from fontTools.ttx import makeOutputFileName
|
D | merge_woff_metadata.py | 4 from fontTools.ttx import makeOutputFileName
|
D | woff2_decompress.py | 6 from fontTools.ttx import makeOutputFileName
|
/external/harfbuzz_ng/test/subset/ |
D | run-tests.py | 35 ttx = which ("ttx") variable 38 if not ttx: 105 return cmd([ttx, "-q", "-o-", file])
|
/external/fonttools/ |
D | README.rst | 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 [all …]
|
D | MANIFEST.in | 27 recursive-include Tests *.py *.ttx *.otx *.fea *.feax 29 recursive-include Tests *.otf *.ttx.*
|
D | PKG-INFO | 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 [all …]
|
D | NEWS.rst | 89 - [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/ |
D | tables_test.py | 263 def load_ttx(ttx): argument 265 f.write(ttx)
|
D | _c_m_a_p_test.py | 163 ttx = strip_VariableItems(f.getvalue()) 166 self.assertEqual(ttx, expected)
|
/external/harfbuzz_ng/test/api/fonts/ |
D | README | 1 cmap-format12-only files created by ttx & remove all other cmap entries
|
/external/fonttools/Tests/varLib/ |
D | mutator_test.py | 62 with open(path, "r", encoding="utf-8") as ttx: 63 for line in ttx.readlines():
|
D | varLib_test.py | 73 with open(path, "r", encoding="utf-8") as ttx: 74 for line in ttx.readlines():
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 58 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
|
/external/fonttools/Tests/feaLib/ |
D | builder_test.py | 106 with open(path, "r", encoding="utf-8") as ttx: 107 for line in ttx.readlines():
|
/external/fonttools/Tests/subset/ |
D | subset_test.py | 45 with open(path, "r", encoding="utf-8") as ttx: 46 for line in ttx.readlines():
|