1TTX2XGF(1) General Commands Manual TTX2XGF(1)
2
3
4
6 ttx2xgf - extracts instructions from a TTX file and creates an Xgridfit
7 program.
8
10 ttx2xgf [options] infile[.ttx] [outfile]
11
13 ttx2xgf is a utility that extracts instructions (hints) and other
14 information relating to instructions from a TTX file (an XML represen‐
15 tation of a TrueType font) and creates a new Xgridfit program.
16
17 If infile lacks the .ttx extension, it is assumed. If outfile is not
18 given, output is written to infile.xgf.
19
21 --config
22 Path to a configuration file (relative paths are permitted). If
23 this is not given, ttx2xgf will look first for a file config.xml
24 in the current directory, next in the user's Xgridfit configura‐
25 tion directory, and finally in the Xgridfit base directory.
26
27 -e Display diagnostic messages (for debugging).
28
29 -E, --elapsed-time
30 Time the running of this program and display the result.
31
32 --processor=libxslt|lxml|xsltproc|saxon-6|saxon-9|xalan-j|xalan-c|4xslt
33 Select a preferred XSLT processsor; ttx2xgf will use this one if
34 possible.
35
37 /usr/share/xml/xgridfit/util/convert-ttx.xsl
38 An XSLT script that performs the initial conversion.
39
40 /usr/share/xml/xgridfit/util/convert-asm.sed
41 A Sed script that completes the conversion.
42
44 xgridfit(1), xgfconfig(1), ttx(1)
45
47 ttx2xgf was written by Peter Baker <psb6m@virginia.edu>.
48
49 This manual page was written by Peter Baker
50
51
52
53 2009-12-18 TTX2XGF(1)