logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ttx2xgf - extracts instructions from a TTX file and creates an Xgridfit program.

Author

ttx2xgf was written by Peter Baker <psb6m@virginia.edu>.

       This manual page was written by Peter Baker

                                                   2009-12-18                                         TTX2XGF(1)

Description

ttx2xgf  is  a  utility that extracts instructions (hints) and other information relating to instructions
       from a TTX file (an XML representation of a TrueType font) and creates a new Xgridfit program.

       If infile lacks the .ttx extension, it is assumed.  If  outfile  is  not  given,  output  is  written  to
       infile.xgf.

Files

/usr/share/xml/xgridfit/util/convert-ttx.xsl
              An XSLT script that performs the initial conversion.

       /usr/share/xml/xgridfit/util/convert-asm.sed
              A Sed script that completes the conversion.

Name

ttx2xgf - extracts instructions from a TTX file and creates an Xgridfit program.

Options

       --config
              Path  to  a configuration file (relative paths are permitted).  If this is not given, ttx2xgf will
              look first for  a  file  config.xml  in  the  current  directory,  next  in  the  user's  Xgridfit
              configuration directory, and finally in the Xgridfit base directory.

       -e     Display diagnostic messages (for debugging).

       -E, --elapsed-time
              Time the running of this program and display the result.

       --processor=libxslt|lxml|xsltproc|saxon-6|saxon-9|xalan-j|xalan-c|4xslt
              Select a preferred XSLT processsor; ttx2xgf will use this one if possible.

See Also

xgridfit(1), xgfconfig(1), ttx(1)

Synopsis

ttx2xgf[options]infile[.ttx][outfile]

See Also