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 / pktopbm.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  28 lines

  1. .TH pktopbm 1 "6 August 1990"
  2. .SH NAME
  3. pktopbm - convert packed (PK) format font into portable bitmap(s)
  4. .SH SYNOPSIS
  5. pktopbm pkfile[.pk] [ -x width ] [ -y height ] [-c num] pbmfile ...
  6. .SH DESCRIPTION
  7. Reads a packed (PK) font file as input, and produces portable bitmaps as
  8. output. If the filename "-" is used for any
  9. of the filenames, the standard input stream (or standard output where
  10. appropriate) will be used. If either the width or height is specified,
  11. this value will be used for all bitmaps produced. Also if one or both
  12. values are specified, the bitmap will be relocated with the hoffset and
  13. voffset given in the pkfile. The basepoint will be placed in the lower
  14. left corner of the bitmap if the bitmap is bigger than the specified size 
  15. it will be truncated at the top or right.
  16. .SH OPTIONS
  17. .IP "-c num"
  18. Sets the character number of the next bitmap written to num.
  19. .IP "-x width"
  20. Sets the width of the bitmap.
  21. .IP "-y width"
  22. Sets the height of the bitmap.
  23. .SH "SEE ALSO"
  24. pbmtopk(1), pbm(5)
  25. .SH AUTHOR
  26. Adapted from Tom Rokicki's pxtopk by Angus Duggan <ajcd@dcs.ed.ac.uk>.
  27. <bartel@informatik.tu-muenchen.de> in March 1995.
  28.