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

  1. ;---------------------------------------------------------------------
  2. ; Printer Definition File for the EPSON MX series of 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 = 127
  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: For the EPSON MX series, the DOUBLE STRIKE mode is used for the
  33. ; NLQ function.  Comment out these lines or set them to something else
  34. ; if you don't like it.
  35.  
  36.   NLQON = 027 69
  37.   NLQOFF = 027 70
  38.  
  39. ; The BOLDON and BOLDOFF codes tell D&D Tools how to turn bold type on
  40. ; and off.  If you do not have Bold capability or do not want D&D Tools
  41. ; to use it, then you can delete this entry or comment it out by placing
  42. ; a semicolon in from of it.
  43.  
  44. ; NOTE: For the EPSON MX series, a combination of the EMPHASIZED and the
  45. ;       DOUBLE STRIKE modes is used.  This is sometimes known as the
  46. ;       Wallbanger method.
  47.  
  48.   BOLDON = 027 069 027 071
  49.   BOLDOFF = 027 070 027 072
  50.  
  51.