summaryrefslogtreecommitdiff
path: root/systems/knuth/local/man1/gftopk.1
blob: 5984ec57fcf441452403d545ee3cd87bd302cd0c (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
32
33
34
35
36
37
.TH GFTOPK 1L  10/21/89
.SH NAME
gftopk - convert generic font files to packed font files
.SH SYNOPSIS
.B gftopk
gf_file_name [pk_file_name]
.SH DESCRIPTION
.I GFtoPK
converts a generic font file (output by METAFONT) to a
packed font file for use by DVI-reading programs. Packed
font files (PK files) are much smaller than the corresponding GFfiles,
so they are rapidly becoming the font format of choice.
.PP
The gf_file_name on the command line must be complete. Because
the resolution is part of the extension, it would not make
sense to add on a default extension as is done with TeX or
DVI-reading software. The pk_file_name defaults to the same
stripped name as the gf file, and it is placed in the current
working directory with the an extension consisting of the resolution
in dots per inch followed by `pk'. For
example, the input file
.I io.300gf
would become
.IR io.300pk .
.PP
.SH "SEE ALSO"
mf(1), gftype(1), pktype(1)
.br
Donald Knuth et al,
.I METAFONTware
.SH "AUTHORS"
Tomas Rokicki wrote the program. The program was published as
part of the
.I METAFONTware
technical report (Stanford CS1255), available from TUG (the TeX Users Group).
Paul Richards ported it to Unix.