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

  1. ;---------------------------------------------------------------------
  2. ; Printer Definition File for any printer.
  3. ; Used by the D&D Tools program by BAD SOFTWARE
  4. ; (C) Copyright 1989 by Tony Martin
  5. ;---------------------------------------------------------------------
  6.  
  7. ; This Printer Definition File can be used with any printer.  It does
  8. ; not contain any printer codes.  To make a printer driver for your
  9. ; own printer, make a copy of this file and rename it so that it
  10. ; reflects the name of your printer.  Then un-comment the actual
  11. ; printer code lines and fill in the appropriate values for the
  12. ; codes for your printer.  See the D&D Tools documentation for more
  13. ; information.
  14.  
  15. ; The semicolon (;) character is used to define comments in the PRD.
  16. ; Use a ; before any line that is not part of the actual printer
  17. ; code information.
  18.  
  19. ; If you do not want the D&D Tools program to use a specific feature
  20. ; (like BOLD or NLQ), simply leave that feature blank, or delete the
  21. ; entry in this file for it.
  22.  
  23. ; The XASCII code is used internally by the D&D Tools program, and
  24. ; tells it if your printer can use the extended ASCII character set,
  25. ; such as the box drawing characters.  Enter a value of OFF
  26. ; printer cannot print these, or a value of ON of it can.
  27.  
  28.   XASCII = OFF
  29.  
  30. ; The RESET code initializes and clears the printer.
  31.  
  32. ; RESET = 
  33.  
  34. ; The NLQON code tells D&D Tools how to set the Near Letter Quality
  35. ; font on your printer.  NLQOFF tells D&D Tools how to turn it off.
  36. ; If your printer does not have one, you do not want it used, or is the
  37. ; default on your printer, then you can delete this entry, or comment it
  38. ; out with a semicolon.
  39.  
  40. ; NLQON = 
  41. ; NLQOFF = 
  42.  
  43. ; The BOLDON and BOLDOFF codes tell D&D Tools how to turn bold type on
  44. ; and off.  If you do not have Bold capability or do not want D&D Tools
  45. ; to use it, then you can delete this entry or comment it out by placing
  46. ; a semicolon in from of it.
  47.  
  48. ; BOLDON =
  49. ; BOLDOFF =
  50.