summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/docs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
committerKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
commit487ca4806cc046076293cf6cc5fbba0db282bac7 (patch)
tree847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/ttfdump/docs
parenta3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff)
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/docs')
-rw-r--r--Build/source/texk/ttfdump/docs/ttfdump.1124
-rw-r--r--Build/source/texk/ttfdump/docs/ttfdump.dvibin0 -> 3832 bytes
-rw-r--r--Build/source/texk/ttfdump/docs/ttfdump.html169
-rw-r--r--Build/source/texk/ttfdump/docs/ttfdump.ps282
4 files changed, 575 insertions, 0 deletions
diff --git a/Build/source/texk/ttfdump/docs/ttfdump.1 b/Build/source/texk/ttfdump/docs/ttfdump.1
new file mode 100644
index 00000000000..e3916ecb211
--- /dev/null
+++ b/Build/source/texk/ttfdump/docs/ttfdump.1
@@ -0,0 +1,124 @@
+.TH TTFDUMP 1 "18 Feb 1997" "ILX Project"
+.SH NAME
+ttfdump \- Dumping the contents of a TrueType Font file
+.SH SYNOPSIS
+\fBttfdump\fR [-h] [-t \fItablename\fP] [-g \fIglyphnumber\fP] [-c \fIcollection\fP] [-i] \fIttfile\fR [-o \fIdumpfile\fR]
+.SH DESCRIPTION
+\fBttfdump\fP dumps the contents of a TrueType font file in ASCII form.
+A TrueType font file is consist of various tables. Those table are divided into
+two categories - \fIRequired Tables\fP and \fIOptional Tables\fP. Mulitiple
+TrueType fonts and be merged to a TrueType Collection.
+.SS Options
+.TP
+\fB-h\fP
+Print a help message on standard output and exit.
+.TP
+\fB-t\fI tablename\fR
+If this option is specified then dump the table \fI"tablename"\fP, otherwise
+dump every tables in \fIttfile\fP.
+\fITablename\fP can be one of the following:
+.RS
+.TP
+\fBRequired Tables\fR
+.TP
+\fIcmap\fP
+character to glhph mapping table
+.TP
+\fIglyf\fP
+glyph data
+.TP
+\fIhead\fP
+font header
+.TP
+\fIhhea\fP
+horizontal header
+.TP
+\fIhmtx\fP
+horizontal metrics
+.TP
+\fIloca\fP
+index to location
+.TP
+\fImaxp\fP
+maximum profile
+.TP
+\fIname\fP
+naming table
+.TP
+\fIpost\fP
+PostScript information
+.TP
+\fIOS/2\fP
+OS/2 and windows specific metrics
+.TP
+\fBOptional Tables\fR
+.TP
+\fIcvt\fP
+control value table
+.TP
+\fIfpgm\fP
+font program; \fInot implemented yet.\fP
+.TP
+\fIgasp\fP
+grid-fitting and scan conversion procedure (grayscale)
+.TP
+\fIhdmx\fP
+horizontal device metrics
+.TP
+\fIkern\fP
+kerning table
+.TP
+\fILTSH\fP
+Linear threshold table
+.TP
+\fIprep\fP
+CVT program; \fInot implemented yet\fP
+.TP
+\fIPCLT\fP
+PCL5 table
+.TP
+\fIVDMX\fP
+Vertical Device Metrics table
+.TP
+\fIvhea\fP
+vertical metrics header
+.TP
+\fIvmtx\fP
+vertical metrics
+.RE
+.TP
+\fB-g\fI glyphnumber\fR
+If this option is specified then dump the glyph with index \fIglyphnumber\fP,
+otherwise dump all glyphs in \fIttfile\fP.
+.TP
+\fB-c\fI collection\fR
+Select a TrueType font in a TrueType Collection.
+.TP
+\fB-i\fI ttfile\fR
+TrueType font file to be dumped.
+.TP
+\fB-o\fI dumpfile\fR
+Output of the dump. If this option is not specified, dump to stdout.
+.RE
+.SH EXAMPLE
+To dump all information in the TrueType font file times.ttf:
+.RS
+ttfdump times.ttf
+.RE
+
+To dump the required table \fIcmap\fP in the file:
+.RS
+ttfdump -t cmap times.ttf
+.RE
+
+To dump a single glyph with index 50:
+.RS
+ttfdump -g 50 times.ttf
+.RE
+
+.SH SEE ALSO
+TrueType 1.0 Font Files, \fI Technical Specification Revision 1.66 November 1995\fR
+.SH NOTE
+Instruction disassembler in not implemented.
+.SH AOTHOR
+Li-Da Lho, ollie@ms1.hinet.net
diff --git a/Build/source/texk/ttfdump/docs/ttfdump.dvi b/Build/source/texk/ttfdump/docs/ttfdump.dvi
new file mode 100644
index 00000000000..0eaad1723c3
--- /dev/null
+++ b/Build/source/texk/ttfdump/docs/ttfdump.dvi
Binary files differ
diff --git a/Build/source/texk/ttfdump/docs/ttfdump.html b/Build/source/texk/ttfdump/docs/ttfdump.html
new file mode 100644
index 00000000000..650fe4f0b6f
--- /dev/null
+++ b/Build/source/texk/ttfdump/docs/ttfdump.html
@@ -0,0 +1,169 @@
+<!-- manual page source format generated by PolyglotMan v3.0.9, -->
+<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
+
+<HTML>
+<HEAD>
+<TITLE> manual page</TITLE>
+</HEAD>
+<BODY bgcolor=white>
+<A HREF="#toc">Table of Contents</A><P>
+
+<H2><A NAME="sect0" HREF="#toc0">Name</A></H2>
+ttfdump - Dumping the contents of a TrueType Font file
+<H2><A NAME="sect1" HREF="#toc1">Synopsis</A></H2>
+<B>ttfdump</B>
+[-h] [-t <I>tablename</I>] [-g <I>glyphnumber</I>] [-c <I>collection</I>] [-i] <I>ttfile</I> [-o <I>dumpfile</I>]
+
+<H2><A NAME="sect2" HREF="#toc2">Description</A></H2>
+<B>ttfdump</B> dumps the contents of a TrueType font file in ASCII
+form. A TrueType font file is consist of various tables. Those table are
+divided into two categories - <I>Required Tables</I> and <I>Optional Tables</I>. Mulitiple
+ TrueType fonts and be merged to a TrueType Collection.
+<H3><A NAME="sect3" HREF="#toc3">Options</A></H3>
+
+<DL>
+
+<DT><B>-h</B> </DT>
+<DD>Print a
+help message on standard output and exit. </DD>
+
+<DT><B>-t<I> tablename</I></B> </DT>
+<DD>If this option is
+specified then dump the table <I>"tablename"</I>, otherwise dump every tables
+in <I>ttfile</I>. <I>Tablename</I> can be one of the following: <blockquote></DD>
+
+<DT><B>Required Tables</B> </DT>
+<DD></DD>
+
+<DT><I>cmap</I>
+</DT>
+<DD>character to glhph mapping table </DD>
+
+<DT><I>glyf</I> </DT>
+<DD>glyph data </DD>
+
+<DT><I>head</I> </DT>
+<DD>font header </DD>
+
+<DT><I>hhea</I>
+</DT>
+<DD>horizontal header </DD>
+
+<DT><I>hmtx</I> </DT>
+<DD>horizontal metrics </DD>
+
+<DT><I>loca</I> </DT>
+<DD>index to location </DD>
+
+<DT><I>maxp</I> </DT>
+<DD>maximum
+profile </DD>
+
+<DT><I>name</I> </DT>
+<DD>naming table </DD>
+
+<DT><I>post</I> </DT>
+<DD>PostScript information </DD>
+
+<DT><I>OS/2</I> </DT>
+<DD>OS/2 and windows
+specific metrics </DD>
+
+<DT><B>Optional Tables</B> </DT>
+<DD></DD>
+
+<DT><I>cvt</I> </DT>
+<DD>control value table </DD>
+
+<DT><I>fpgm</I> </DT>
+<DD>font program;
+<I>not implemented yet.</I> </DD>
+
+<DT><I>gasp</I> </DT>
+<DD>grid-fitting and scan conversion procedure (grayscale)
+</DD>
+
+<DT><I>hdmx</I> </DT>
+<DD>horizontal device metrics </DD>
+
+<DT><I>kern</I> </DT>
+<DD>kerning table </DD>
+
+<DT><I>LTSH</I> </DT>
+<DD>Linear threshold
+table </DD>
+
+<DT><I>prep</I> </DT>
+<DD>CVT program; <I>not implemented yet</I> </DD>
+
+<DT><I>PCLT</I> </DT>
+<DD>PCL5 table </DD>
+
+<DT><I>VDMX</I> </DT>
+<DD>Vertical
+Device Metrics table </DD>
+
+<DT><I>vhea</I> </DT>
+<DD>vertical metrics header </DD>
+
+<DT><I>vmtx</I> </DT>
+<DD></DD>
+</DL>
+vertical metrics
+</blockquote>
+
+<DL>
+
+<DT><B>-g<I> glyphnumber</I></B> </DT>
+<DD>If this option is specified then dump the glyph with index
+<I>glyphnumber</I>, otherwise dump all glyphs in <I>ttfile</I>. </DD>
+
+<DT><B>-c<I> collection</I></B> </DT>
+<DD>Select a
+TrueType font in a TrueType Collection. </DD>
+
+<DT><B>-i<I> ttfile</I></B> </DT>
+<DD>TrueType font file to be
+dumped. </DD>
+
+<DT><B>-o<I> dumpfile</I></B> </DT>
+<DD>Output of the dump. If this option is not specified, dump
+to stdout. </DD>
+</DL>
+</blockquote>
+
+<H2><A NAME="sect4" HREF="#toc4">Example</A></H2>
+To dump all information in the TrueType font file times.ttf:
+<blockquote>ttfdump times.ttf </blockquote>
+<P>
+ To dump the required table <I>cmap</I> in the file: <blockquote>ttfdump
+-t cmap times.ttf </blockquote>
+<P>
+ To dump a single glyph with index 50: <blockquote>ttfdump -g 50 times.ttf
+</blockquote>
+<P>
+
+<H2><A NAME="sect5" HREF="#toc5">See Also</A></H2>
+TrueType 1.0 Font Files, <I> Technical Specification Revision 1.66
+November 1995</I>
+<H2><A NAME="sect6" HREF="#toc6">Note</A></H2>
+Instruction disassembler in not implemented.
+<H2><A NAME="sect7" HREF="#toc7">Aothor</A></H2>
+Li-Da
+Lho, ollie@ms1.hinet.net <P>
+
+<HR><P>
+<A NAME="toc"><B>Table of Contents</B></A><P>
+<UL>
+<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
+<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
+<LI><A NAME="toc2" HREF="#sect2">Description</A></LI>
+<UL>
+<LI><A NAME="toc3" HREF="#sect3">Options</A></LI>
+</UL>
+<LI><A NAME="toc4" HREF="#sect4">Example</A></LI>
+<LI><A NAME="toc5" HREF="#sect5">See Also</A></LI>
+<LI><A NAME="toc6" HREF="#sect6">Note</A></LI>
+<LI><A NAME="toc7" HREF="#sect7">Aothor</A></LI>
+</UL>
+</BODY></HTML>
diff --git a/Build/source/texk/ttfdump/docs/ttfdump.ps b/Build/source/texk/ttfdump/docs/ttfdump.ps
new file mode 100644
index 00000000000..71bed265f30
--- /dev/null
+++ b/Build/source/texk/ttfdump/docs/ttfdump.ps
@@ -0,0 +1,282 @@
+%!PS-Adobe-3.0
+%%Creator: groff version 1.10
+%%CreationDate: Thu Mar 04 15:39:20 1999
+%%DocumentNeededResources: font Times-Roman
+%%+ font Times-Bold
+%%+ font Times-Italic
+%%DocumentSuppliedResources: procset grops 1.10 0
+%%Pages: 2
+%%PageOrder: Ascend
+%%Orientation: Portrait
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset grops 1.10 0
+/setpacking where{
+pop
+currentpacking
+true setpacking
+}if
+/grops 120 dict dup begin
+/SC 32 def
+/A/show load def
+/B{0 SC 3 -1 roll widthshow}bind def
+/C{0 exch ashow}bind def
+/D{0 exch 0 SC 5 2 roll awidthshow}bind def
+/E{0 rmoveto show}bind def
+/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+/G{0 rmoveto 0 exch ashow}bind def
+/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/I{0 exch rmoveto show}bind def
+/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+/K{0 exch rmoveto 0 exch ashow}bind def
+/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/M{rmoveto show}bind def
+/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+/O{rmoveto 0 exch ashow}bind def
+/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/Q{moveto show}bind def
+/R{moveto 0 SC 3 -1 roll widthshow}bind def
+/S{moveto 0 exch ashow}bind def
+/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/SF{
+findfont exch
+[exch dup 0 exch 0 exch neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+/MF{
+findfont
+[5 2 roll
+0 3 1 roll
+neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+/level0 0 def
+/RES 0 def
+/PL 0 def
+/LS 0 def
+/MANUAL{
+statusdict begin/manualfeed true store end
+}bind def
+/PLG{
+gsave newpath clippath pathbbox grestore
+exch pop add exch pop
+}bind def
+/BP{
+/level0 save def
+1 setlinecap
+1 setlinejoin
+72 RES div dup scale
+LS{
+90 rotate
+}{
+0 PL translate
+}ifelse
+1 -1 scale
+}bind def
+/EP{
+level0 restore
+showpage
+}bind def
+/DA{
+newpath arcn stroke
+}bind def
+/SN{
+transform
+.25 sub exch .25 sub exch
+round .25 add exch round .25 add exch
+itransform
+}bind def
+/DL{
+SN
+moveto
+SN
+lineto stroke
+}bind def
+/DC{
+newpath 0 360 arc closepath
+}bind def
+/TM matrix def
+/DE{
+TM currentmatrix pop
+translate scale newpath 0 0 .5 0 360 arc closepath
+TM setmatrix
+}bind def
+/RC/rcurveto load def
+/RL/rlineto load def
+/ST/stroke load def
+/MT/moveto load def
+/CL/closepath load def
+/FL{
+currentgray exch setgray fill setgray
+}bind def
+/BL/fill load def
+/LW/setlinewidth load def
+/RE{
+findfont
+dup maxlength 1 index/FontName known not{1 add}if dict begin
+{
+1 index/FID ne{def}{pop pop}ifelse
+}forall
+/Encoding exch def
+dup/FontName exch def
+currentdict end definefont pop
+}bind def
+/DEFS 0 def
+/EBEGIN{
+moveto
+DEFS begin
+}bind def
+/EEND/end load def
+/CNT 0 def
+/level1 0 def
+/PBEGIN{
+/level1 save def
+translate
+div 3 1 roll div exch scale
+neg exch neg exch translate
+0 setgray
+0 setlinecap
+1 setlinewidth
+0 setlinejoin
+10 setmiterlimit
+[]0 setdash
+/setstrokeadjust where{
+pop
+false setstrokeadjust
+}if
+/setoverprint where{
+pop
+false setoverprint
+}if
+newpath
+/CNT countdictstack def
+userdict begin
+/showpage{}def
+}bind def
+/PEND{
+clear
+countdictstack CNT sub{end}repeat
+level1 restore
+}bind def
+end def
+/setpacking where{
+pop
+setpacking
+}if
+%%EndResource
+%%IncludeResource: font Times-Roman
+%%IncludeResource: font Times-Bold
+%%IncludeResource: font Times-Italic
+grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/Times-Italic@0 ENC0/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold RE
+/Times-Roman@0 ENC0/Times-Roman RE
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF 348.84(TTFDUMP\(1\) TTFDUMP\(1\))72 48 R/F1 9
+/Times-Bold@0 SF -.18(NA)72 84 S(ME).18 E F0
+(ttfdump \255 Dumping the contents of a T)108 96 Q(rueT)-.35 E(ype F)-.8
+E(ont \214le)-.15 E F1(SYNOPSIS)72 112.8 Q/F2 10/Times-Bold@0 SF
+(ttfdump)108 124.8 Q F0([-h] [-t)2.5 E/F3 10/Times-Italic@0 SF
+(tablename)2.5 E F0 2.5(][)C(-g)-2.5 E F3(glyphnumber)2.5 E F0 2.5(][)C
+(-c)-2.5 E F3(collection)2.5 E F0 2.5(][)C(-i])-2.5 E F3(tt\214le)2.5 E
+F0([-o)2.5 E F3(dump\214le)2.5 E F0(])A F1(DESCRIPTION)72 141.6 Q F2
+(ttfdump)108 153.6 Q F0 .169(dumps the contents of a T)2.669 F(rueT)-.35
+E .169(ype font \214le in ASCII form.)-.8 F 2.669(AT)5.169 G(rueT)-3.019
+E .169(ype font \214le is consist of v)-.8 F(ari-)-.25 E 1.149
+(ous tables. Those table are di)108 165.6 R 1.149(vided into tw)-.25 F
+3.649(oc)-.1 G(ate)-3.649 E 1.149(gories -)-.15 F F3(Requir)3.649 E 1.15
+(ed T)-.37 F(ables)-.92 E F0(and)3.65 E F3 1.15(Optional T)3.65 F(ables)
+-.92 E F0 3.65(.M)C(ulitiple)-3.65 E -.35(Tr)108 177.6 S(ueT).35 E
+(ype fonts and be mer)-.8 E(ged to a T)-.18 E(rueT)-.35 E
+(ype Collection.)-.8 E F2(Options)87 194.4 Q(-h)108 206.4 Q F0
+(Print a help message on standard output and e)27.11 E(xit.)-.15 E F2
+(-t)108 223.2 Q F3(tablename)2.5 E F0 .702
+(If this option is speci\214ed then dump the table)144 235.2 R F3
+("tablename")3.202 E F0 3.202(,o)C .702(therwise dump e)-3.202 F -.15
+(ve)-.25 G .702(ry tables in).15 F F3(tt\214le)3.202 E F0(.)A F3 -.92
+(Ta)144 247.2 S(blename).92 E F0(can be one of the follo)2.5 E(wing:)
+-.25 E F2(Requir)144 264 Q(ed T)-.18 E(ables)-.92 E F3(cmap)144 280.8 Q
+F0(character to glhph mapping table)14.34 E F3(glyf)144 297.6 Q F0
+(glyph data)21 E F3(head)144 314.4 Q F0(font header)16.56 E F3(hhea)144
+331.2 Q F0(horizontal header)16.56 E F3(hmtx)144 348 Q F0
+(horisontal metrics)16.56 E F3(loca)144 364.8 Q F0(inde)18.78 E 2.5(xt)
+-.15 G 2.5(ol)-2.5 G(ocation)-2.5 E F3(maxp)144 381.6 Q F0
+(maximum pro\214le)14.34 E F3(name)144 398.4 Q F0(naming table)14.34 E
+F3(post)144 415.2 Q F0(PostScript information)19.33 E F3(OS/2)144 432 Q
+F0(OS/2 and windo)16 E(ws speci\214c metrics)-.25 E F2(Optional T)144
+448.8 Q(ables)-.92 E F3(cvt)144 465.6 Q F0(control v)24.34 E(alue table)
+-.25 E F3(fpgm)144 482.4 Q F0(font program;)16 E F3
+(not implemented yet.)2.5 E(gasp)144 499.2 Q F0
+(grid-\214tting and scan con)17.11 E -.15(ve)-.4 G
+(rsion procedure \(grayscale\)).15 E F3(hdmx)144 516 Q F0(horizontal de)
+14.34 E(vice metrics)-.25 E F3 -.1(ke)144 532.8 S(rn).1 E F0 -.1(ke)
+18.33 G(rning table).1 E F3 -.2(LT)144 549.6 S(SH).2 E F0
+(Linear threshold table)12.86 E F3(pr)144 566.4 Q(ep)-.37 E F0
+(CVT program;)18.04 E F3(not implemented yet)2.5 E(PCL)144 583.2 Q(T)-.2
+E F0(PCL5 table)12.3 E F3(VDMX)144 600 Q F0 -1.11(Ve)8.23 G(rtical De)
+1.11 E(vice Metrics table)-.25 E F3(vhea)144 616.8 Q F0 -.15(ve)17.12 G
+(rtical metrics header).15 E F3(vmtx)144 633.6 Q F0 -.15(ve)17.12 G
+(rtical metrics).15 E F2(-g)108 650.4 Q F3(glyphnumber)2.5 E F0 .077
+(If this option is speci\214ed then dump the glyph with inde)144 662.4 R
+(x)-.15 E F3(glyphnumber)2.578 E F0 2.578(,o)C .078
+(therwise dump all glyphs)-2.578 F(in)144 674.4 Q F3(tt\214le)2.5 E F0
+(.)A F2(-c)108 691.2 Q F3(collection)2.5 E F0(Select a T)144 703.2 Q
+(rueT)-.35 E(ype font in a T)-.8 E(rueT)-.35 E(ype Collection.)-.8 E
+(ILX Project)72 768 Q(18 Feb 1997)161.51 E(1)204 E EP
+%%Page: 2 2
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF 348.84(TTFDUMP\(1\) TTFDUMP\(1\))72 48 R/F1 10
+/Times-Bold@0 SF(-i)108 84 Q/F2 10/Times-Italic@0 SF(tt\214le)2.5 E F0
+-.35(Tr)9.61 G(ueT).35 E(ype font \214le to be dumped.)-.8 E F1(-o)108
+100.8 Q F2(dump\214le)2.5 E F0
+(Output of the dump. If this option is not speci\214ed, dump to stdout.)
+144 112.8 Q/F3 9/Times-Bold@0 SF(EXAMPLE)72 129.6 Q F0 1.6 -.8(To d)108
+141.6 T(ump all information in the T).8 E(rueT)-.35 E
+(ype font \214le times.ttf:)-.8 E(ttfdump times.ttf)144 153.6 Q 1.6 -.8
+(To d)108 177.6 T(ump the required table).8 E F2(cmap)2.5 E F0
+(in the \214le:)2.5 E(ttfdump -t cmap times.ttf)144 189.6 Q 1.6 -.8
+(To d)108 213.6 T(ump a single glyph with inde).8 E 2.5(x5)-.15 G(0:)
+-2.5 E(ttfdump -g 50 times.ttf)144 225.6 Q F3(SEE ALSO)72 254.4 Q F0
+-.35(Tr)108 266.4 S(ueT).35 E(ype 1.0 F)-.8 E(ont Files,)-.15 E F2 -.92
+(Te)5 G -.15(ch).92 G(nical Speci\214cation Re).15 E(vision 1.66 No)-.15
+E(vember 1995)-.1 E F3(NO)72 283.2 Q(TE)-.36 E F0
+(Instruction disassembler in not implemented.)108 295.2 Q F3 -1.8 -.405
+(AO T)72 312 T(HOR).405 E F0(Li-Da Lho, ollie@ms1.hinet.net)108 324 Q
+(ILX Project)72 768 Q(18 Feb 1997)161.51 E(2)204 E EP
+%%Trailer
+end
+%%EOF