1ttf2afm(1) pdfTeX ttf2afm(1)
2
3
4
6 ttf2afm - utility to generate AFM files for TrueType fonts
7
9 ttf2afm [ OPTION... ] FONTFILE
10
12 ttf2afm is used to generate Adobe Font Metrics (AFM) files for TrueType
13 (TTF) fonts to allow them to be used with TeX.
14
15 ttf2afm takes the name of a TrueType font file as a required argument.
16 It may also take one or more options from the list below (note that -d
17 and -h are mutually exclusive).
18
20 -a print all glyphs
21
22 -i read names in encoding vector in form `indexnum'
23
24 -d print glyph names in the form `indexdecimal_num'
25
26 -h print glyph names in the form `indexhex_num'
27
28 -c name
29 print encoding tables to file name.eMN, where M is the platform
30 number and N is the encoding
31
32 -e enc use encoding from file enc
33
34 -o output
35 output to file output instead of stdout
36
37 Platform numbers can be one of
38
39 0 Apple Unicode
40
41 1 Macintosh
42
43 2 ISO
44
45 3 Microsoft
46
47 Encodings can be
48
49 0 Roman (if platform is Macintosh)
50
51 0 Symbol (if platform is Microsoft)
52
53 1 Unicode (if platform is Microsoft)
54
56 None known, but submit bug reports to <pdftex@tug.org> (mailing list).
57
59 ttf2afm is part of pdfTeX and was written by Han The Thanh
60 <thanh@informatics.muni.cz>.
61
62 This manual page was written by C.M. Connelly <cmc@debian.org>, for the
63 Debian GNU/Linux system. It may be used by other distributions without
64 contacting the author. Any mistakes or omissions in the manual page
65 are my fault; inquiries about or corrections to this manual page should
66 be directed to me (and not to the primary author).
67
68
69
70pdfTeX September 2000 ttf2afm(1)