home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR4
/
T2B120.ZIP
/
EXAMPLE.HPD
< prev
next >
Wrap
Text File
|
1994-01-04
|
1KB
|
41 lines
;----------------------------------------------------------
; EXAMPLE.HPD
;
; This text file contains the instructions to initialize a
; HP DeskJet printer
;
; (Use the TXT2BIN program to create the binary image file)
;
; HP and DeskJet are U.S. registered trademarks of
; Hewlett-Packard Company.
;----------------------------------------------------------
.RADIX 16 ; Set base to hexadecimal
.INCLUDE defines.16 ; Include list of control code
;--------------------------------------
; Job Control
;--------------------------------------
1B "E" ; Reset the printer
1B "&k1W" ; Text print mode: Bidirectional
;--------------------------------------
; Page Formatting
;--------------------------------------
1B "&l0O" ; Page orientation: Portrait
1B "&l2A" ; Page size: Letter
1B "&l4D" ; Line spacing: 4 lines/inch
1B "&l42F" ; Text length: 42 lines
;--------------------------------------
; Font Selection
;--------------------------------------
1B "(8U" ; Character set: HP Roman8
1B "(s12H" ; Font pitch: 12 chars/inch
1B "(s10V" ; Font height: 10 points
1B "(s0S" ; Font style: Upright
1B "(s0B" ; Font stroke weight: Medium
1B "(s2T" ; Font typeface: Elite
1B "(s2Q" ; Font quality: Letter quality