Home
last modified time | relevance | path

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

12

/external/fonttools/Tests/ttx/
Dttx_test.py4 from fontTools import ttx
71 ttx.parseOptions([])
79 ttx.parseOptions([file_path])
86 jobs, _ = ttx.parseOptions([temp_path])
100 _, _ = ttx.parseOptions([temp_path]) # this is NOT a mistake
101 jobs, _ = ttx.parseOptions([temp_path])
115 jobs, _ = ttx.parseOptions([temp_path])
129 _, _ = ttx.parseOptions([temp_path]) # this is NOT a mistake
130 jobs, _ = ttx.parseOptions([temp_path])
147 jobs, _ = ttx.parseOptions(temp_paths)
[all …]
/external/fonttools/Doc/source/
Dttx.rst2 ttx title
9ttx command to convert binary font files (.otf, .ttf, etc) to the TTX XML format, edit them, and c…
11 ttx /path/to/font.otf
12 ttx /path/to/font.ttx
19 …ll output a ``.ttx`` file when it sees a ``.ttf`` or ``.otf``, and it will compile a ``.ttf`` or `…
21 … options. These are explained in the help text, as displayed when typing ``ttx -h`` at the command…
26 * merging partial .ttx files with existing .ttf or .otf files
27 * listing brief table info instead of dumping to .ttx
28 * splitting tables to separate .ttx files
59 .. automodule:: fontTools.ttx
Dindex.rst38 - ``ttx``, a tool for converting between OpenType binary fonts (OTF) and an XML representation (TTX…
51 - ``ttx``: Convert OpenType fonts to XML and back
82 - :py:mod:`fontTools.ttx`: Module for converting between OTF and XML representation
134 ttx
Doptional.rst56 with ``ttx`` we use the ``unicodedata`` module in the Standard Library.
/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/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.py2 from fontTools.ttx import makeOutputFileName
Dmerge_woff_metadata.py3 from fontTools.ttx import makeOutputFileName
/external/fonttools/Tests/otlLib/
Dbuilder_test.py1391 ttx = f.getvalue().splitlines()
1392 ttx = ttx[3:-2] # strip XML header and <ttFont> element
1393 assert expected_ttx == ttx
1400 ttx = f.getvalue().splitlines()
1401 ttx = ttx[3:-2] # strip XML header and <ttFont> element
1402 assert expected_ttx == ttx
/external/fonttools/
DMANIFEST.in34 recursive-include Tests *.py *.ttx *.otx *.fea *.feax
36 recursive-include Tests *.otf *.ttx.*
DNEWS.rst173 and original source filename and line location. Annotate the ttx output for
367 - [ttx] Annotate ``LookupFlag`` in XML dump with comment explaining what bits
766 - [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
768 - [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
769 with ttx (#1451, #1452, #1456).
898 - [ttx] Expose the previously reserved bit flag ``OVERLAP_SIMPLE`` of
998 - [ttx] Impoved test coverage (#1261).
1072 - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
1073 splitted as individual ttx files (#153, #1035, #1132, #1202).
1075 for the ttx split-glyphs option (#1202).
[all …]
DREADME.rst123 with ``ttx`` we use the ``unicodedata`` module in the Standard Library.
/external/fonttools/Tests/ttLib/tables/
Dtables_test.py261 def load_ttx(ttx): argument
263 f.write(ttx)
D_c_m_a_p_test.py161 ttx = strip_VariableItems(f.getvalue())
164 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.py60 with open(path, "r", encoding="utf-8") as ttx:
61 for line in ttx.readlines():
DvarLib_test.py85 with open(path, "r", encoding="utf-8") as ttx:
86 for line in ttx.readlines():
Dinterpolate_layout_test.py62 with open(path, "r", encoding="utf-8") as ttx:
63 for line in ttx.readlines():
/external/clang/test/Analysis/
Dtaint-tester.c58 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
/external/llvm-project/clang/test/Analysis/
Dtaint-tester.c58 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
/external/fonttools/Tests/subset/
Dsubset_test.py51 with open(path, "r", encoding="utf-8") as ttx:
52 for line in ttx.readlines():
750 ttx = self.getpath("TestContextSubstFormat3.ttx")
751 font, fontpath = self.compile_font(ttx, ".ttf")
756 self.expect_ttx(subsetfont, ttx)
/external/fonttools/Tests/feaLib/
Dbuilder_test.py109 with open(path, "r", encoding="utf-8") as ttx:
110 for line in ttx.readlines():
/external/fonttools/Tests/ttLib/
Dwoff2_test.py1208 ttx = os.path.join(
1212 ttFont.importXML(ttx)
1226 ttx = os.path.join(data_dir, "woff2_overlap_offcurve_in.ttx")
1228 ttFont.importXML(ttx)
/external/fonttools/Lib/fontTools/varLib/
D__init__.py963 from fontTools.ttx import guessFileType
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab91 ttx Tutong 1 M bsb 2008-01-14

12