home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 145.lha / PrtDev.readme < prev    next >
Text File  |  1986-11-21  |  2KB  |  68 lines

  1.  
  2.  
  3. The postscript printer device included in this archive is Copyrighted
  4. by Integrated Systems Inc, 1987.  All rights are reserved.  It is put
  5. in the public domain for use by anyone for non-commercial use only.
  6.  
  7. Version 1.1
  8.  
  9.     New features and enchancements:
  10.  
  11.        - There was a bug that caused lines longer then 80 or 90
  12.          characters to crach the machine.  This has been fixed.
  13.  
  14.       - Parallel Postscript printers can now be used. Version 1.0
  15.         always assumed the a Postscript printer was serial, it
  16.         just ignored the preferences setting.  This version does
  17.         not.  However, this must be specified before the device
  18.         is open.  Once it is open, it can not be changed.
  19.  
  20.       - Non-printable characters are mapped into the special
  21.         postscript characters.
  22.  
  23. Version 1.0
  24.  
  25. Text Support
  26.  
  27. The current AMIGA printer commands and ESCAPE sequences supported
  28. include line spacing, pitch, normal, bold, underlining, italics, the
  29. left margin, page length (in lines), and NLQ mode.  NLQ mode switches
  30. between the Courier and Times Roman fonts (so does DRAFT/LETTER mode).
  31.  
  32.  
  33. Raster Dumps
  34.  
  35. Currently 16 shades of gray form most pictures.  The only exceptions are
  36. HAMs which use 256 shades, and "Black and White" mode which uses 2 shades.
  37. White is represented as the lightest color of gray except in the "Black
  38. and White" mode.  The margins and page size in lines define the maximum
  39. print area.  I think all of the different special modes are supported
  40. but I don't think they all have been tested.  SPECIAL_ASPECT is supported
  41. but I was surprised that it does not seem to be used very much.  I have
  42. tried printing from PAGESETTER (treating the LASERWRITER as a normal
  43. printer), GRABBIT (you have to use SIDEWAYS print), and DELUXE PAINT.
  44.  
  45.  
  46. General
  47.  
  48. Raster dumps are treated like text when it comes to page boundaries.
  49. In other words, if a raster dump will not fit on the current page
  50. it is moved to the next page.  When the printer device is closed the
  51. last page is ejected if there is text on it.  The CMD_FLUSH used by
  52. DELUXE PAINT to abort raster dumps does not loose memory like the real
  53. printer device.  The EXPUNGE call does not do any thing right now.
  54.  
  55.  
  56. If anyone has any ideas or questions, I can be reached at:
  57.  
  58.     Chris Nicotra
  59.     Integrated Systems Inc.
  60.     1456 Greenmont CT.
  61.     Reston, VA 22090
  62.     (703) 471-7453
  63.  
  64.     bix: nicotra
  65.     Compuserve: 72466,765
  66.  
  67.  
  68.