blob: 10025ef6f4a2284dc8664a2f3a30611f06f86a07 [file] [log] [blame]
Just4977da41999-12-18 18:18:09 +00001<HTML>
2<HEAD>
3
jvr15174d02002-09-10 13:13:25 +00004<TITLE>TTX Documentation</TITLE>
Just4977da41999-12-18 18:18:09 +00005
6
7</HEAD>
8<BODY bgcolor="#FFFFFF">
9
jvr15174d02002-09-10 13:13:25 +000010<H3>TTX -- From OpenType and TrueType to XML and Back</H3>
Just4977da41999-12-18 18:18:09 +000011
jvr15174d02002-09-10 13:13:25 +000012<A HREF="http://fonttools.sourceforge.net/">TTX</A> is a tool for manipulating TrueType and OpenType fonts. It is written in Python and has a BSD-style, open-source licence -- see LICENSE.txt. Among other things this means you can use it free of charge. It's hosted at <A HREF="http://sourceforge.net/">sourceforge.net</A>.
Just4977da41999-12-18 18:18:09 +000013
14<P>
jvr15174d02002-09-10 13:13:25 +000015TTX can dump TrueType and OpenType fonts to an XML-based text format, which is also called TTX. TTX files have a .ttx file extension.
Juste5ad9c92000-03-15 20:56:20 +000016
jvr15174d02002-09-10 13:13:25 +000017<H3>How to use TTX</H3>
Juste5ad9c92000-03-15 20:56:20 +000018
jvr15174d02002-09-10 13:13:25 +000019The TTX application works can be used in two ways, depending on what platform you run it on:
Juste5ad9c92000-03-15 20:56:20 +000020
jvr15174d02002-09-10 13:13:25 +000021<!-- begin table list -->
22<!-- end table list -->
Juste5ad9c92000-03-15 20:56:20 +000023
jvr15174d02002-09-10 13:13:25 +000024<ul>
25 <li>As a command line tool (Windows/DOS, Unix, MacOSX)</li>
26 <li>By dropping files onto the application (Windows, MacOS)</li>
27</ul>
Juste5ad9c92000-03-15 20:56:20 +000028
Juste5ad9c92000-03-15 20:56:20 +000029<P>
jvr15174d02002-09-10 13:13:25 +000030TTX detects what kind of files it is fed: it will output a .ttx file when it sees a .ttf or .otf, and it will compile a .ttf or .otf when the input file is a .ttx file. By default, the output file is created in the same folder as the input file, and will have the same name as the input file but with a different extension. TTX will <I>never</I> overwrite existing files, but if neccesary will append a unique number to the output filename (before the extension), eg.: "Arial#1.ttf".
31
Juste5ad9c92000-03-15 20:56:20 +000032<P>
jvr15174d02002-09-10 13:13:25 +000033When using TTX from the command line there are a bunch of extra options, these are explained in the help text, as displayed when typing "ttx -h" at the command prompt. These additional options include:
34<ul>
35 <li>specifying the folder where the output files are created</li>
36 <li>specifying which tables to dump or which tables to exclude</li>
37 <li>merging partial .ttx files with existing .ttf or .otf files</li>
38 <li>listing brief table info isntead of dumping to .ttx</li>
39 <li>splitting tables to separate .ttx files</li>
40 <li>disabling TT instruction disassembly</li>
41</ul>
Juste5ad9c92000-03-15 20:56:20 +000042
jvr15174d02002-09-10 13:13:25 +000043<H3>The TTX file format</H3>
Juste5ad9c92000-03-15 20:56:20 +000044
jvr15174d02002-09-10 13:13:25 +000045The following tables are currently supported:
Juste5ad9c92000-03-15 20:56:20 +000046
jvr15174d02002-09-10 13:13:25 +000047<P>
48Other tables are dumped as hexadecimal data.
Juste5ad9c92000-03-15 20:56:20 +000049
jvr15174d02002-09-10 13:13:25 +000050<P>
Juste5ad9c92000-03-15 20:56:20 +000051TrueType fonts use glyph indices (GlyphID's) to refer to glyphs in most places.
52While this is fine in binary form, it is really hard to work with for
53humans. Therefore we use names instead.
54
jvr7de32f22002-05-12 12:48:14 +000055<P>The glyph names are either extracted from the 'CFF ' table or the 'post' table,
56or are derived from a Unicode 'cmap' table. In the latter case the Adobe Glyph List
57is used to calculate names based on Unicode values. If all of these mthods fail,
58names are invented based on GlyphID (eg. "glyph00142").
59
60<P>It is possible that different glyphs use the same name. If this happens,
61we force the names to be unique by appending "#n" to the name (n being an
62integer number). The original names are being kept, so this has no influence
63on a "round tripped" font.
Juste5ad9c92000-03-15 20:56:20 +000064
65<P>Because the order in which glyphs are stored inside the TT font is
jvr7de32f22002-05-12 12:48:14 +000066important, we maintain an ordered list of glyph names in the font.
Juste5ad9c92000-03-15 20:56:20 +000067
Juste5ad9c92000-03-15 20:56:20 +000068
jvr15174d02002-09-10 13:13:25 +000069<H3>Development and feedback</H3>
70
71TTX/FontTools development is ongoing, but often goes in spurts. Feature requests and bug reports are always welcome. The best place for these is currently the fonttools-discussion mailing list at SourceForge. This list is both for discussion TTX from an end-user perspective as well as TTX/FontTools development. Subscription info can be found if you follow the "Mailing Lists" link at the <A HREF="http://sourceforge.net/projects/fonttools/">SourceForge project page</A>. You can also email me directly at <A HREF="mailto:just@letterror.com">just@letterror.com</A>.
jvrf5ccb352001-08-10 08:54:14 +000072
73<P>
jvr15174d02002-09-10 13:13:25 +000074Let me take this opportunity to mention that if you have special needs (eg. custom font monipulators, dufferent table formats, etc.): I am available for contracting.
Just4977da41999-12-18 18:18:09 +000075
Juste5ad9c92000-03-15 20:56:20 +000076<H3>Thank-you's</H3>
77
78(in alphabetical order)
79Erik van Blokland, Petr van Blokland, Jelle Bosma, Vincent Connare,
jvra12cf922002-09-10 11:55:09 +000080Simon Daniels, Hannes Famira, Greg Hitchcock, John Hudson, Jack Jansen,
81Antoine Leca, Werner Lemberg, Peter Lofting, Dave Opstad, Laurence Penney,
Juste5ad9c92000-03-15 20:56:20 +000082Guido van Rossum, Adam Twardoch.
83
84<H3>Copyrights</H3>
85
jvrec8ca4b2002-05-03 19:02:26 +000086FontTools/TTX -- 1999-2002 Just van Rossum; Letterror (just@letterror.com)
Just4977da41999-12-18 18:18:09 +000087
88</BODY>
89</HTML>