
*HP.gcap
*****************************************************************
* Sccs_Id[] = "%W%";
* supports the following printers:
*
* hpII.gcap, hpIID.gcap, hpIIP.gcap, hpIIID.gcap, hpIIIP.gcap,
* hpIII.gcap, hpIIISi.gcap, ibm4019hp.gcap, VP110hp.gcap,
* MT911hp.gcap, KyoceraFS.gcap, MT906hproman8.gcap, hpIV.gcap,
* ibm4039hp.gcap
*
*****************************************************************
*****************************************************************
* HP LaserJet+ graphics emulation mode (150dpi!)
*
* Drawing area is 10.5 inches square to allow for landscape
* and portrait graphic images on A4 and 8.5 by 11 inch paper
*
* Landscape graphics only possible on IID, IIP and III type
* printers, setting for this included in the Pcap INIT token
*
*****************************************************************

#hp_graphics.MEDIUM
INIT=$-'*t150R'         * Set to 150 dots per inch
DEINIT=$-'*t75R'        * Reset to 75-dpi (the power up default!)
XPIXELS=1575            * number of pixels across the horizontal
YPIXELS=1575            * number of pixels vertically
YREV=TRUE               * TRUE: y=0 at top left, FALSE: y=0 at bottom left
XY90=FALSE              * TRUE: rotate everything 90deg. (used dot matrix)
HEIGHT=10.5             * height of drawing surface in inches
WIDTH=10.5              * width of drawing surface in inches
*WIDTH=7.75             * width of drawing surface in inches
NCOLS=1                 * number of available colours
NPLANES=1               * number of colour planes (ribbon colours)
PATTERNMAP=FALSE        * TRUE: colours map to patterns
HALFTONE=TRUE           * TRUE: colours are simulated by half-toning
MTRX_GMODE=$-'*r0A'     * printer sequence, enter graphic mode
MTRX_ENDGMODE=$-'*rB'   * printer sequence, exit graphic mode
MTRX_GFORMAT=2          * printer sequence, graphic format
MTRX_LDEPTH=1           * Matrix printer, scan lines per linefeed
))

*****************************************************************
* hp LaserJet+ graphics emulation mode (75dpi!)
*
* See hp_graphics.MEDIUM for comments
*
*****************************************************************

#hp_graphics.LOW
INIT=$-'*t75R'          * Set to 75 dots per inch
DEINIT=$-'*t75R'        * Reset to 75-dpi (the power up default!)
XPIXELS=788             * number of pixels across the horizontal
YPIXELS=788             * number of pixels vertically
YREV=TRUE               * TRUE: y=0 at top left, FALSE: y=0 at bottom left
XY90=FALSE              * TRUE: rotate everything 90deg. (used dot matrix)
HEIGHT=10.5             * height of drawing surface in inches
WIDTH=10.5              * width of drawing surface in inches
*WIDTH=7.75             * width of drawing surface in inches
NCOLS=1                 * number of available colours
NPLANES=1               * number of colour planes (ribbon colours)
PATTERNMAP=FALSE        * TRUE: colours map to patterns
HALFTONE=TRUE           * TRUE: colours are simulated by half-toning
MTRX_GMODE=$-'*r0A'     * printer sequence, enter graphic mode
MTRX_ENDGMODE=$-'*rB'   * printer sequence, exit graphic mode
MTRX_GFORMAT=2          * printer sequence, graphic format
MTRX_LDEPTH=1           * Matrix printer, scan lines per linefeed
))

*****************************************************************
* hp LaserJet+ graphics emulation mode (300dpi!)
*
* See hp_graphics.MEDIUM for comments
*
*****************************************************************

#hp_graphics.HIGH
INIT=$-'*t300R'         * Set to 300 dots per inch
DEINIT=$-'*t75R'        * Reset to 75-dpi (the power up default!)
XPIXELS=3150            * number of pixels across the horizontal
YPIXELS=3150            * number of pixels vertically
YREV=TRUE               * TRUE: y=0 at top left, FALSE: y=0 at bottom left
XY90=FALSE              * TRUE: rotate everything 90deg. (used dot matrix)
HEIGHT=10.5             * height of drawing surface in inches
WIDTH=10.5              * width of drawing surface in inches
*WIDTH=7.75             * width of drawing surface in inches
NCOLS=1                 * number of available colours
NPLANES=1               * number of colour planes (ribbon colours)
PATTERNMAP=FALSE        * TRUE: colours map to patterns
HALFTONE=TRUE           * TRUE: colours are simulated by half-toning
MTRX_GMODE=$-'*r0A'     * printer sequence, enter graphic mode
MTRX_ENDGMODE=$-'*rB'   * printer sequence, exit graphic mode
MTRX_GFORMAT=2          * printer sequence, graphic format
MTRX_LDEPTH=1           * Matrix printer, scan lines per linefeed
))

*****************************************************************
* hp LaserJet IV graphics emulation mode (600dpi!)
*
* To use this Gcap definition the printer will require more
* memory, in excess of 6 Mega
* See hp_graphics.MEDIUM for comments
*
****************************************************************

#hp_graphics.600dpi
INIT=$-'*t600R'         * Set to 600 dots per inch
DEINIT=$-'*t75R'        * Reset to 75-dpi (the power up default!)
XPIXELS=6300            * number of pixels across the horizontal
YPIXELS=6300            * number of pixels vertically
YREV=TRUE               * TRUE: y=0 at top left, FALSE: y=0 at bottom left
XY90=FALSE              * TRUE: rotate everything 90deg. (used dot matrix)
HEIGHT=10.5             * height of drawing surface in inches
WIDTH=10.5              * width of drawing surface in inches
NCOLS=1                 * number of available colours
NPLANES=1               * number of colour planes (ribbon colours)
PATTERNMAP=FALSE        * TRUE: colours map to patterns
HALFTONE=TRUE           * TRUE: colours are simulated by half-toning
MTRX_GMODE=$-'*r0A'     * printer sequence, enter graphic mode
MTRX_ENDGMODE=$-'*rC'   * printer sequence, exit graphic mode
MTRX_GFORMAT=2          * printer sequence, graphic format
MTRX_LDEPTH=1           * Matrix printer, scan lines per linefeed
))
*))
