home *** CD-ROM | disk | FTP | other *** search
- * CPRT - IBM PROPRINTER X24 - PRINTER CONFIGURATION FILE
- * 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.
-
- Destination LPT1
-
- Init 11h * Set print controls before starting
- Restore * Reset print controls after starting
-
- DoubleStrikeOn ^[ G
- DoubleStrikeOff ^[ H
-
- CompressedOn 0fh
- CompressedOff 12h
-
- HighLightOn 1Bh E
- HighLightOff 1Bh F
-
- 10CPI 12h
- 12CPI 1Bh 3Ah
- * 15CPI
- 17CPI 0Fh
- * 20CPI
-
- 6LPI 1Bh 32h
- 8LPI 1Bh 30h
-
- BOLDON 1Bh G
- BOLDOFF 1Bh H
-
- * ITALICON 1Bh 4
- * ITALICOFF 1Bh 5
-
- UNDERSCOREON 1Bh 2Dh 1
- UNDERSCOREOFF 1Bh 2Dh 0
-
- FONT1 1Bh 6Bh 0
- FONT2 1Bh 6Bh 1
- FONT3 1Bh 6Bh 2
- FONT4 1Bh 6Bh 3
- FONT5 1Bh 6Bh 4
- FONT6 1Bh 6Bh 6
-
- *Draft
- NLQ 1Bh 73d 2d
-