Penguin
Annotated edit history of ttf2afm(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ttf2afm
2 !!!ttf2afm
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 AUTHOR
9 ----
10 !!NAME
11
12
2 perry 13 ttf2afm - utility to generate AFM files for !TrueType fonts
1 perry 14 !!SYNOPSIS
15
16
17 __ttf2afm__ [[ ''OPTION''... ]
18 ''FONTFILE''
19 !!DESCRIPTION
20
21
22 __ttf2afm__ is used to generate Adobe Font Metrics (AFM)
2 perry 23 files for !TrueType (TTF) fonts to allow them to be used with
1 perry 24 TeX.
25
26
2 perry 27 __ttf2afm__ takes the name of a !TrueType font file as a
1 perry 28 required argument. It may also take one or more options from
29 the list below (note that __-d__ and __-h__ are
30 mutually exclusive).
31 !!OPTIONS
32
33
34 __-a__
35
36
37 print all glyphs
38
39
40 __-i__
41
42
43 read names in encoding vector in form
44 `index''num''
45
46
47 __-d__
48
49
50 print glyph names in the form
51 `index''decimal_num''
52
53
54 __-h__
55
56
57 print glyph names in the form
58 `index''hex_num''
59
60
61 __-c__ ''name''
62
63
64 print encoding tables to file ''name.eMN'', where
65 ''M'' is the platform number and ''N'' is the
66 encoding
67
68
69 __-e__ ''enc''
70
71
72 use encoding from file ''enc''
73
74
75 __-o__ ''output''
76
77
78 output to file ''output'' instead of stdout
79
80
81 Platform numbers can be one of
82
83
84 0
85
86
87 Apple Unicode
88
89
90 1
91
92
93 Macintosh
94
95
96 2
97
98
99 ISO
100
101
102 3
103
104
105 Microsoft
106
107
108 Encodings can be
109
110
111 0
112
113
114 Roman (if platform is Macintosh)
115
116
117 0
118
119
120 Symbol (if platform is Microsoft)
121
122
123 1
124
125
126 Unicode (if platform is Microsoft)
127 !!BUGS
128
129
130 None known, but submit bug reports to
131 !!AUTHOR
132
133
134 __ttf2afm__ is part of pdfTeX and was written by Han The
135 Thanh __
136
137
138 This manual page was written by C.M. Connelly
139 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.