Penguin
Annotated edit history of pk2bm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PK2BM
2 !!!PK2BM
3 NAME
4 SYNOPSIS:
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 pk2bm - create a bitmap from a TeX pkfont
13 !!SYNOPSIS:
14
15
16 pk2bm [[-bh] [[-W''width''] [[-H''height''] -c''char''
17 pkfont
18
19
20 pk2bm [[-bh] [[-W''width''] [[-H''height'']
21 -o''octchar'' pkfont
22 !!DESCRIPTION
23
24
25 This program generates a bitmap (ASCII file) which can be
26 used to create X11 applications. The bitmap file consists of
27 all pixels of the specified character (via the -c or -o
28 option) from the given pkfont. The format is described in
29 bitmap(X11).
30
31
32 The pkfont is a packed fontfile generated by gftopk(TeX)
33 from a gffont. A gffont is the output of METAFONT a program
34 to design fonts in a device independant way.
35
36
37 With the -b flag a bitmap is generated in which all black
38 pixels are drawn as a `*' and all white bits as a `.'. With
39 the -h flag a hexadecimal bitmap dump is
40 generated.
41
42
43 The -W and/or -H options can be used to create a bitmap of
44 respectivally `width' and `height' pixels. The pk-bitmap
45 will in this case be centered according to these new
46 dimensions.
47
48
49 The output is written to the standard output.
50 !!SEE ALSO
51
52
53 `METAFONT', Donald Knuth.
54 `The PKtype processor', belonging to the METAFONTware.
55 bitmap(X11),
56 gftopk(TeX),
57 pktype(TeX),
58 ps2pk(1)
59 !!AUTHOR
60
61
62 Piet Tutelaers
63 rcpt@urc.tue.nl
64 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.