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

  1. ;---------------------------------------------------------------------
  2. ; Printer Definition File for the EPSON FX 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. ; The EPSON FX series can print these characters, but only if the
  21. ; printer DIP switch 1-3 (located in the back of the printer) is
  22. ; set to the ON position.  See your printer manual for more info.
  23.  
  24.   XASCII = ON
  25.  
  26. ; The RESET code initializes and clears the printer.
  27.  
  28.   RESET = 027 064
  29.  
  30. ; The NLQON code tells D&D Tools how to set the Near Letter Quality
  31. ; font on your printer.  NLQOFF tells D&D Tools how to turn it off.
  32. ; If your printer does not have one, you do not want it used, or is the
  33. ; default on your printer, then you can delete this entry, or comment it
  34. ; out with a semicolon.
  35.  
  36.   NLQON = 027 120 1
  37.   NLQOFF = 027 120 0
  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 FX 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.