home *** CD-ROM | disk | FTP | other *** search
- * CPRT - HP LaserJet II - PRINTER CONFIGURATION FILE
-
- * Caution: This file has not been tested!
-
- * Comment must be the last thing on a line and start with a *
- * Control codes must be seperated by spaces.
- * Codes in decimal must end with a 'd'. e.i. 27d 72
- * Codes in Hex must end with a 'h'. e.i. 1Bh 48h
- * Ascii is assumed. e.i. ^[ H
- * '^' indicates the following character is a controll character. ^[ = esc.
- * If a ^ character is needed, use the decimal or hex notation.
- * If a / character is needed, use the decimal or hex notation. The ascii
- * notation is reserved for future use.
-
- Init 11h * Set print controls before starting
- Restore * Reset print controls before starting
- Destination LPT1
-
- DoubleStrikeOn 27d 40d 115d 51d 66d * Emphasized Print on
- DoubleStrikeOff 27d 40d 115d 48d 66d * Emphasized Print off
-
- CompressedOn 27d 40d 115d 49d 54d 46d 54d 72d * 16.66 CPI
- CompressedOff 27d 40d 115d 49d 48d 72d * 10 CPI
-
- HighLightOn 27d 40d 115d 51d 66d * Emphasized Print on
- HighLightOff 27d 40d 115d 48d 66d * Emphasized Print off
-
- 10CPI 27d 40d 115d 49d 48d 72d
- 12CPI 27d 40d 115d 49d 50d 72d
- * 15CPI
- 17CPI 27d 40d 115d 49d 54d 46d 54d 72d * 16.66 cpi (close enough)
- * 20CPI
-
- 6LPI 27d 38d 108d 54d 68d
- 8LPI 27d 38d 108d 56d 68d
-
- * BOLDON 27d 40d 115d 51d 66d
- * BOLDOFF 27d 40d 115d 45d 51d 66d
-
- * ITALICON
- * ITALICOFF
-
- UNDERSCOREON 1Bh 2Dh 1
- UNDERSCOREOFF 1Bh 2Dh 0
-
- FONT1 27 40 115 51 84 * COURIER
- FONT2 27 40 115 48 84 * LINEPRINTER
- FONT3 27 40 115 52 84 * HELV
- FONT4 27 40 115 53 84 * TIMESROMAN
- FONT5 27 40 115 56 84 * PRESTIGEELITE
- FONT6 27 40 115 54 84 * GOTHIC
-
- *Draft
- *NLQ
-