home *** CD-ROM | disk | FTP | other *** search
- * CPRT - IBM GRAPHICS PRINTER - 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 20 27 70 27 72 27 84 * Set print controls before starting
- Restore * Reset print controls before starting
-
- 6LPI 1Bh 32h
- 8LPI 1Bh 30h
-
- 10cpi 18d
- 12cpi 27d 58d
- 17cpi 15d
-
- BOLDON 1Bh E * Bold
- BOLDOFF 1Bh F *
-
- DoubleStrikeOn ^[ G * Bold
- DoubleStrikeOff ^[ H *
-
- CompressedOn 15d *
- CompressedOff 18d *
-
- HighLightOn 27d 45d 1d * Underline
- HighLightOff 27d 45d 1d *
-
- UNDERSCOREON 1Bh 2Dh 1
- UNDERSCOREOFF 1Bh 2Dh 0
-