summaryrefslogtreecommitdiff
path: root/systems/knuth/local/man1/tftopl.1
blob: 034cbe6db50b4d6ead94546486be03a6d86420c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH TFTOPL 1L  10/21/89
.SH NAME
tftopl - convert font metric (tfm) files to property list
.SH SYNOPSIS
.B tftopl
tfm_file_name pl_file_name
.SH DESCRIPTION
.I TFtoPL
translates a (program-readable) font metric file to
a (human-readable) property list file. Thus, the font metric
file can be edited (although this should not be necessary if it was
prepared by METAFONT), and its exact contents can be displayed mnemonically.
.I TFtoPL
also serves as a TFM-file validating program; if no error messages are given,
the input file is correct.
.PP
Both the
.I tfm_file_name
and the
.I pl_file_name
must be complete. No adding of default extensions is done.
.SH "SEE ALSO"
.br
Donald Knuth,
.I TeXware, The METAFONTbook
.SH "AUTHORS"
Donald Knuth wrote the program. It was published as
part of the
.I TeXware
technical report (Stanford CS1097), available from TUG (the TeX Users
Group). Howard Trickey and Pavel Curtis ported it to Unix.