home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / HPLASER.PRD < prev    next >
Text File  |  1989-11-06  |  2KB  |  46 lines

  1. ;---------------------------------------------------------------------
  2. ; Printer Definition File for the HP LaserJet and LaserJet+ printers.
  3. ; Used by the D&D Tools program by BAD SOFTWARE
  4. ; (C) Copyright 1989 by Tony Martin
  5. ;---------------------------------------------------------------------
  6.  
  7. ; The semicolon (;) character is used to define comments in the PRD.
  8. ; Use a ; before any line that is not part of the actual printer
  9. ; code information.
  10.  
  11. ; If you do not want the D&D Tools program to use a specific feature
  12. ; (like BOLD or NLQ), simply leave that feature blank, or delete the
  13. ; entry in this file for it.
  14.  
  15. ; The XASCII code is used internally by the D&D Tools program, and
  16. ; tells it if your printer can use the extended ASCII character set,
  17. ; such as the box drawing characters.  Enter a value of OFF
  18. ; printer cannot print these, or a value of ON of it can.
  19.  
  20.   XASCII = OFF
  21.  
  22. ; The RESET code initializes and clears the printer.
  23.  
  24.   RESET = 027 069
  25.  
  26. ; The NLQON code tells D&D Tools how to set the Near Letter Quality
  27. ; font on your printer.  NLQOFF tells D&D Tools how to turn it off.
  28. ; If your printer does not have one, you do not want it used, or is the
  29. ; default on your printer, then you can delete this entry, or comment it
  30. ; out with a semicolon.
  31.  
  32. ; NOTE: This is not required by the LaserJet.  Therefore,
  33. ;       this code has been commented out using a semicolon.
  34.  
  35. ; NLQON = 
  36. ; NLQOFF = 
  37.  
  38. ; The BOLDON and BOLDOFF codes tell D&D Tools how to turn bold type on
  39. ; and off.  If you do not have Bold capability or do not want D&D Tools
  40. ; to use it, then you can delete this entry or comment it out by placing
  41. ; a semicolon in from of it.
  42.  
  43.   BOLDON = 027 040 115 051 066
  44.   BOLDOFF = 027 040 115 048 066
  45.  
  46.