home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / man / pbmtopk.man < prev    next >
Text File  |  1992-05-12  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.      pbmtopk(1)            AMIGA (6 August 1990)            pbmtopk(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pbmtopk - convert a portable bitmap into a packed (PK)
  10.           format font
  11.  
  12.      SYNOPSIS
  13.           pbmtopk pkfile[.pk] tfmfile[.tfm] resolution [-s designsize]
  14.           [-p num param...] [-C codingscheme] [-F family] [-f optfile]
  15.           [-c num] [-W width] [-H height] [-D depth] [-I ital] [-h
  16.           horiz] [-v vert] [-x xoff] [-y yoff] [pbmfile]...
  17.  
  18.      DESCRIPTION
  19.           Reads portable bitmaps as input, and produces a packed (PK)
  20.           font file and a TFM (TeX font metric) file as output. The
  21.           resolution parameter indicates the resolution of the font,
  22.           in dots per inch. If the filename "-" is used for any of the
  23.           filenames, the standard input stream (or standard output
  24.           where appropriate) will be used.
  25.  
  26.      OPTIONS
  27.           -s designsize
  28.                Sets the design size of the font, in TeX's points
  29.                (72.27pt to the inch). The default design size is 1.
  30.                The TFM parameters are given as multiples of the design
  31.                size.
  32.  
  33.           -p num param...
  34.                Sets the first num font parameters for the font. The
  35.                first seven parameters are the slant, interword
  36.                spacing, interword space stretchability, interword
  37.                space shrinkability, x-height, quad width, and post-
  38.                sentence extra space of the font. Math and symbol fonts
  39.                may have more parameters; see The TeXbook for a list of
  40.                these. Reasonable default values are chosen for
  41.                parameters which are not specified.
  42.  
  43.           -C codingscheme
  44.                Sets the coding scheme comment in the TFM file.
  45.  
  46.           -F family
  47.                Sets the font family comment in the TFM file.
  48.  
  49.           -f optfile
  50.                Reads the file optfile, which should contain a lines of
  51.                the form:
  52.  
  53.                   filename xoff yoff horiz vert width height depth ital
  54.  
  55.                The pbm files specified by the filename parameters  are
  56.                inserted  consecutively  in the font with the specified
  57.                attributes. If any of the attributes  are  omitted,  or
  58.                replaced  with  "*", a default value will be calculated
  59.                from the size of the bitmap. The settings  of  the  -W,
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 5/12/92)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      pbmtopk(1)            AMIGA (6 August 1990)            pbmtopk(1)
  71.  
  72.  
  73.  
  74.                -H,  -D, -I, -h, -v, -x, and -y options do not affected
  75.                characters created in this way.  The  character  number
  76.                can  be  changed by including a line starting with "=",
  77.                followed by the new number.  Lines beginning  with  "%"
  78.                or "#" are ignored.
  79.  
  80.           -c num
  81.                Sets  the  character  number   of   the   next   bitmap
  82.                encountered to num.
  83.  
  84.           -W width
  85.                Sets the TFM width of the next character to  width  (in
  86.                design size multiples).
  87.  
  88.           -H height
  89.                Sets the TFM height of the next character to height (in
  90.                design size multiples).
  91.  
  92.           -D depth
  93.                Sets the TFM depth of the next character to  depth  (in
  94.                design size multiples).
  95.  
  96.           -I ital
  97.                Sets the italic correction of  the  next  character  to
  98.                ital (in design size multiples).
  99.  
  100.           -h horiz
  101.                Sets the horizontal escapement of the next character to
  102.                horiz (in pixels).
  103.  
  104.           -v vert
  105.                Sets the vertical escapement of the next  character  to
  106.                vert (in pixels).
  107.  
  108.           -x xoff
  109.                Sets the horizontal offset of  the  next  character  to
  110.                xoff (in pixels).
  111.  
  112.           -y yoff
  113.                Sets the vertical offset of the next character to  yoff
  114.                (in pixels, from the top row).
  115.  
  116.      SEE ALSO
  117.           pktopbm(1), pbm(5)
  118.  
  119.      AUTHOR
  120.           Adapted  from  Tom  Rokicki's   pxtopk   by   Angus   Duggan
  121.           <ajcd@uk.ac.ed.lfcs>.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 5/12/92)
  130.  
  131.  
  132.  
  133.