Pbmtopk User Manual(1) | General Commands Manual | Pbmtopk User Manual(1) |
pbmtopk - convert a PBM image into a packed (PK) format font
pbmtopk pkfile[.pk] tfmfile[.tfm] resolution [-s designsize] [-p num param...] [-C codingscheme] [-F family] [-f optfile] [-c num] [-W width] [-H height] [-D depth] [-I ital] [-h horiz] [-v vert] [-x xoff] [-y yoff] [pbmfile ...]
This program is part of Netpbm(1).
pbmtopk reads PBM images as input and produces a packed (PK) font file and a TFM (TeX font metric) file as output. The resolution parameter indicates the resolution of the font, in dots per inch. If the filename "-" is used for any of the filenames, pbmtopk uses Standard Input or Standard Output.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), pbmtopk recognizes the following command line
options:
filename xoff yoff horiz vert width height depth ital
The PBM files specified by the filename parameters are inserted consecutively in the font with the specified attributes. If any of the attributes are omitted, or replaced with "*", a default value will be calculated from the size of the bitmap. The settings of the -W, -H, -D, -I, -h, -v, -x, and -y options do not affected characters created in this way. The character number can be changed by including a line starting with "=", followed by the new number. Lines beginning with "%" or "#" are ignored.
Adapted from Tom Rokicki's pxtopk by Angus Duggan <ajcd@dcs.ed.ac.uk>.
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
06 August 1990 | netpbm documentation |