Blame userguide/pbmtopk.html

Packit 78deda
Packit 78deda
<HTML><HEAD><TITLE>Pbmtopk User Manual</TITLE>
Packit 78deda
</HEAD><BODY>
Packit 78deda

pbmtopk

Packit 78deda
Updated: 6 August 1990
Packit 78deda

Packit 78deda
Table Of Contents
Packit 78deda
Packit 78deda
 
Packit 78deda

NAME

Packit 78deda
pbmtopk - convert a PBM image into a packed (PK) format font
Packit 78deda
 
Packit 78deda
Packit 78deda

SYNOPSIS

Packit 78deda
Packit 78deda
pbmtopk
Packit 78deda
pkfile[.pk]
Packit 78deda
tfmfile[.tfm]
Packit 78deda
resolution
Packit 78deda
[-s designsize]
Packit 78deda
[-p num param...]
Packit 78deda
[-C codingscheme]
Packit 78deda
[-F family]
Packit 78deda
[-f optfile]
Packit 78deda
[-c num]
Packit 78deda
[-W width]
Packit 78deda
[-H height]
Packit 78deda
[-D depth]
Packit 78deda
[-I ital]
Packit 78deda
[-h horiz]
Packit 78deda
[-v vert]
Packit 78deda
[-x xoff]
Packit 78deda
[-y yoff]
Packit 78deda
[pbmfile ...]
Packit 78deda
Packit 78deda
 
Packit 78deda

DESCRIPTION

Packit 78deda
Packit 78deda

This program is part of Netpbm.

Packit 78deda
Packit 78deda

pbmtopk reads PBM images as input and produces a packed (PK)

Packit 78deda
font file and a TFM (TeX font metric) file as output. The resolution
Packit 78deda
parameter indicates the resolution of the font, in dots per inch. If
Packit 78deda
the filename "-" is used for any of the filenames,
Packit 78deda
pbmtopk uses Standard Input or Standard Output.
Packit 78deda
Packit 78deda
 
Packit 78deda

OPTIONS

Packit 78deda
Packit 78deda
Packit 78deda
-s designsize
Packit 78deda
Packit 78deda
Sets the design size of the font, in TeX's points (72.27pt to the inch). The
Packit 78deda
default design size is 1. The TFM parameters are given as multiples of the
Packit 78deda
design size.
Packit 78deda
Packit 78deda
-p num param...
Packit 78deda
Packit 78deda
Sets the first num font parameters for the font. The first seven
Packit 78deda
parameters are the slant, interword spacing, interword space
Packit 78deda
stretchability, interword space shrinkability, x-height, quad width,
Packit 78deda
and post-sentence extra space of the font. Math and symbol fonts may
Packit 78deda
have more parameters; see The TeXbook for a list of these. Reasonable
Packit 78deda
default values are chosen for parameters which are not specified.
Packit 78deda
Packit 78deda
-C codingscheme
Packit 78deda
Packit 78deda
Packit 78deda
Sets the coding scheme comment in the TFM file.
Packit 78deda
Packit 78deda
-F family
Packit 78deda
Sets the font family comment in the TFM file.
Packit 78deda
Packit 78deda
-f optfile
Packit 78deda
Packit 78deda
Reads the file optfile, which should contain a lines of the form:
Packit 78deda
Packit 78deda
Packit 78deda
   filename xoff yoff horiz vert width height depth ital
Packit 78deda
Packit 78deda
Packit 78deda
Packit 78deda

The PBM files specified by the filename parameters are inserted

Packit 78deda
consecutively in the font with the specified attributes. If any of the
Packit 78deda
attributes are omitted, or replaced with "*", a default
Packit 78deda
value will be calculated from the size of the bitmap. The settings of
Packit 78deda
the -W, -H, -D, -I, -h, -v, -x, and -y options do not affected
Packit 78deda
characters created in this way.  The character number can be changed
Packit 78deda
by including a line starting with "=", followed by the new
Packit 78deda
number.  Lines beginning with "%" or "#" are
Packit 78deda
ignored.
Packit 78deda
Packit 78deda
-c num
Packit 78deda
Sets the character number of the next bitmap encountered to num.
Packit 78deda
Packit 78deda
-W width
Packit 78deda
Packit 78deda
Sets the TFM width of the next character to width (in design size
Packit 78deda
multiples).
Packit 78deda
Packit 78deda
-H height
Packit 78deda
Packit 78deda
Sets the TFM height of the next character to height (in design
Packit 78deda
size multiples).
Packit 78deda
Packit 78deda
-D depth
Packit 78deda
Packit 78deda
Sets the TFM depth of the next character to depth (in design size
Packit 78deda
multiples).
Packit 78deda
Packit 78deda
-I ital
Packit 78deda
Packit 78deda
Sets the italic correction of the next character to ital (in
Packit 78deda
design size multiples).
Packit 78deda
Packit 78deda
-h horiz
Packit 78deda
Packit 78deda
Sets the horizontal escapement of the next character to horiz (in
Packit 78deda
pixels).
Packit 78deda
Packit 78deda
-v vert
Packit 78deda
Packit 78deda
Sets the vertical escapement of the next character to vert (in pixels).
Packit 78deda
Packit 78deda
-x xoff
Packit 78deda
Packit 78deda
Sets the horizontal offset of the next character to xoff (in
Packit 78deda
pixels).
Packit 78deda
Packit 78deda
-y yoff
Packit 78deda
Packit 78deda
Sets the vertical offset of the next character to yoff (in pixels,
Packit 78deda
from the top row).
Packit 78deda
Packit 78deda
Packit 78deda
Packit 78deda
 
Packit 78deda

SEE ALSO

Packit 78deda
Packit 78deda
pktopbm, 
Packit 78deda
pbm
Packit 78deda
Packit 78deda
 
Packit 78deda

AUTHOR

Packit 78deda
Packit 78deda

Adapted from Tom Rokicki's pxtopk by Angus Duggan <

Packit 78deda
HREF="mailto:ajcd@dcs.ed.ac.uk">ajcd@dcs.ed.ac.uk>.
Packit 78deda
Packit 78deda

Packit 78deda
 
Packit 78deda

Table Of Contents

Packit 78deda
    Packit 78deda
  • NAME
  • Packit 78deda
  • SYNOPSIS
  • Packit 78deda
  • DESCRIPTION
  • Packit 78deda
  • OPTIONS
  • Packit 78deda
  • SEE ALSO
  • Packit 78deda
  • AUTHOR
  • Packit 78deda
    Packit 78deda
    </BODY>
    Packit 78deda
    </HTML>