home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pbmtopk.1 < prev    next >
Text File  |  1996-11-18  |  3KB  |  75 lines

  1. .TH pbmtopk 1 "6 August 1990"
  2. .SH NAME
  3. pbmtopk - convert a portable bitmap into a packed (PK) format font
  4. .SH SYNOPSIS
  5. pbmtopk pkfile[.pk] tfmfile[.tfm] resolution [-s designsize] [-p num param...]
  6. [-C codingscheme] [-F family] [-f optfile] [-c num]
  7. [-W width] [-H height] [-D depth]
  8. [-I ital] [-h horiz] [-v vert] [-x xoff] [-y yoff] [pbmfile]...
  9. .SH DESCRIPTION
  10. Reads portable bitmaps as input, and produces a packed (PK) font file and a
  11. TFM (TeX font metric) file as output. The resolution parameter indicates the
  12. resolution of the font, in dots per inch. If the filename "-" is used for any
  13. of the filenames, the standard input stream (or standard output where
  14. appropriate) will be used.
  15. .SH OPTIONS
  16. .IP "-s designsize"
  17. Sets the design size of the font, in TeX's points (72.27pt to the inch). The
  18. default design size is 1. The TFM parameters are given as multiples of the
  19. design size.
  20. .IP "-p num param..."
  21. Sets the first num font parameters for the font. The first seven parameters
  22. are the slant,
  23. interword spacing, interword space stretchability, interword space
  24. shrinkability, x-height, quad width, and post-sentence extra space of the
  25. font. Math and symbol fonts may have more parameters; see The TeXbook for a
  26. list of these. Reasonable default values are chosen for parameters which are
  27. not specified.
  28. .IP "-C codingscheme"
  29. Sets the coding scheme comment in the TFM file.
  30. .IP "-F family"
  31. Sets the font family comment in the TFM file.
  32. .IP "-f optfile"
  33. Reads the file optfile, which should contain a lines of the form:
  34. .sp
  35. .nf
  36. .na
  37.    filename xoff yoff horiz vert width height depth ital
  38. .fi
  39. .ad
  40. .sp
  41. The pbm files specified by the filename parameters are inserted consecutively
  42. in the font with the specified attributes. If any of the attributes are
  43. omitted, or replaced with "*", a default value will be calculated from the
  44. size of the bitmap. The settings of the -W, -H, -D, -I, -h, -v, -x, and -y
  45. options do not affected characters created in this way.
  46. The character number can be changed by including a line starting with "=",
  47. followed by the new number.
  48. Lines beginning with
  49. "%" or "#" are ignored.
  50. .IP "-c num"
  51. Sets the character number of the next bitmap encountered to num.
  52. .IP "-W width"
  53. Sets the TFM width of the next character to width (in design size multiples).
  54. .IP "-H height"
  55. Sets the TFM height of the next character to height (in design size multiples).
  56. .IP "-D depth"
  57. Sets the TFM depth of the next character to depth (in design size multiples).
  58. .IP "-I ital"
  59. Sets the italic correction of the next character to
  60. ital (in design size multiples).
  61. .IP "-h horiz"
  62. Sets the horizontal escapement of the next character to horiz (in pixels).
  63. .IP "-v vert"
  64. Sets the vertical escapement of the next character to vert (in pixels).
  65. .IP "-x xoff"
  66. Sets the horizontal offset of the next character to xoff (in pixels).
  67. .IP "-y yoff"
  68. Sets the vertical offset of the next character to yoff (in pixels, from the
  69. top row).
  70. .SH "SEE ALSO"
  71. pktopbm(1), pbm(5)
  72. .SH AUTHOR
  73. Adapted from Tom Rokicki's pxtopk by Angus Duggan <ajcd@dcs.ed.ac.uk>.
  74.  
  75.