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

  1. ;---------------------------------------------------------------------
  2. ; Printer Definition File for the EPSON LQ series of printers
  3. ; Used by the D&D Tools program by BAD SOFTWARE
  4. ; (C) Copyright 1989 by Tony Martin
  5. ;---------------------------------------------------------------------
  6.  
  7. ; NOTE: This PRD has been tested only on the Epson LQ-1500.  The
  8. ;       latest LQ printers from Epson may have changed.
  9.  
  10. ; The semicolon (;) character is used to define comments in the PRD.
  11. ; Use a ; before any line that is not part of the actual printer
  12. ; code information.
  13.  
  14. ; If you do not want the D&D Tools program to use a specific feature
  15. ; (like BOLD or NLQ), simply leave that feature blank, or delete the
  16. ; entry in this file for it.
  17.  
  18. ; The XASCII code is used internally by the D&D Tools program, and
  19. ; tells it if your printer can use the extended ASCII character set,
  20. ; such as the box drawing characters.  Enter a value of OFF
  21. ; printer cannot print these, or a value of ON of it can.
  22.  
  23.   XASCII = OFF
  24.  
  25. ; The RESET code initializes and clears the printer.
  26.  
  27.   RESET = 027 064
  28.  
  29. ; The NLQON code tells D&D Tools how to set the Near Letter Quality
  30. ; font on your printer.  NLQOFF tells D&D Tools how to turn it off.
  31. ; If your printer does not have one, you do not want it used, or is the
  32. ; default on your printer, then you can delete this entry, or comment it
  33. ; out with a semicolon.
  34.  
  35.   NLQON = 027 120 1
  36.   NLQOFF = 027 120 0
  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. ; NOTE: For the EPSON LQ series, a combination of the EMPHASIZED and the
  44. ;       DOUBLE STRIKE modes is used.  This is sometimes known as the
  45. ;       Wallbanger method.
  46.  
  47.   BOLDON = 027 069 027 071
  48.   BOLDOFF = 027 070 027 072
  49.