#	@(#) paintjet 23.2 91/08/29 
#
#	Copyright (C) 1990-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

HP PaintJet (Color Graphics Printer)

init string escape sequences:
esc-E    : Reset printer to defaults

esc-&   
    l6D  : Set line spacing to 6 lines/inch
    66P  : Set 66 lines/page

esc-(10U : Designate PC-8 as primary
esc-)10U : Designate PC-8 as secondary, also

((paintjet
INIT=27-'E'-27-'&l6d66P'-27-'(10U'-27-')10U'
A=27-'(s1B',27-'(s0B'
C=27-'&dD',27-'&d@'
X=92-'*',176
W=92-'*',92
PITCH=27-'&k0S',27-'&k4S'
LPI=27-'&/6D',27-'&/8D'
HLF=27-'='
))

((GKEYS
GS=0
GE=0
G1=191
G2=218
G3=192
G4=217
GH=196
GV=179
GU=193
GD=194
GL=180
GR=195
GC=197
))

((FONTTABOLE
DEFAULT='((COUR10'
FIXED='','','COUR10','LG12','LG18','','','',''
PS1='','','','','','','','',''
PS2='','','','','','','','',''
PS3='','','','','','','','',''
PS4='','','','','','','','',''
PS5='','','','','','','','',''
PS6='','','','','','','','',''
PS7='','','','','','','','',''
PS8='','','','','','','','',''
PS9='','','','','','','','',''
))

10 pitch fixed width

((COUR10
FINIT=27-'&K0S'
PFLAG='F'
PSIZE=10
))

12 pitch fixed width

((LG12
FINIT=27-'&K4S'
PFLAG='F'
PSIZE=12
))

18 pitch fixed width

((LG18
FINIT=27-'&K2S'
PFLAG='F'
PSIZE=18
))

