home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
HPLASER.PRD
< prev
next >
Wrap
Text File
|
1989-11-06
|
2KB
|
46 lines
;---------------------------------------------------------------------
; Printer Definition File for the HP LaserJet and LaserJet+ printers.
; Used by the D&D Tools program by BAD SOFTWARE
; (C) Copyright 1989 by Tony Martin
;---------------------------------------------------------------------
; The semicolon (;) character is used to define comments in the PRD.
; Use a ; before any line that is not part of the actual printer
; code information.
; If you do not want the D&D Tools program to use a specific feature
; (like BOLD or NLQ), simply leave that feature blank, or delete the
; entry in this file for it.
; The XASCII code is used internally by the D&D Tools program, and
; tells it if your printer can use the extended ASCII character set,
; such as the box drawing characters. Enter a value of OFF
; printer cannot print these, or a value of ON of it can.
XASCII = OFF
; The RESET code initializes and clears the printer.
RESET = 027 069
; The NLQON code tells D&D Tools how to set the Near Letter Quality
; font on your printer. NLQOFF tells D&D Tools how to turn it off.
; If your printer does not have one, you do not want it used, or is the
; default on your printer, then you can delete this entry, or comment it
; out with a semicolon.
; NOTE: This is not required by the LaserJet. Therefore,
; this code has been commented out using a semicolon.
; NLQON =
; NLQOFF =
; The BOLDON and BOLDOFF codes tell D&D Tools how to turn bold type on
; and off. If you do not have Bold capability or do not want D&D Tools
; to use it, then you can delete this entry or comment it out by placing
; a semicolon in from of it.
BOLDON = 027 040 115 051 066
BOLDOFF = 027 040 115 048 066