
Select fixed spacing
Mode | ‘ASCII |
|
| Decimal | Hexadecimal | ||||
Std. | <ESC> | “p” | “O” | 27112 | 48 | IB | 70 | 30 | |
<ESC> | “p” <o> | 27112 | 0 | IB | 70 | 00 | |||
| |||||||||
IBM | <ESC> | “P” | <o> | 27 80 | 0 | IB | 50 | 00 |
Causes subsequentcharactersto be printed with fixed character
Select master print mode
Mode | ASCII | Decimal | Hexadecimal |
Std. | <ESC> “!” n | 27 33 n | IB 21 n |
Selects a combinedprint mode accordingto the value of n. The valueof n is the sumof thevaluesgivenbelowforthe desiredchar- acteristics.
Examples:n = 1 giveselite;n = 9(1 + 8) givesemphasizedelite;n = 137(1 + 8 + 128)givesunderlinedemphasizedelite.
Function | n value |
Underline | 128 |
Italic | 64 |
Expanded | 32 |
Doublestrike | 16 |
Emphasized | 8 |
Condensed[*] | 4 |
Proportional[*] | 2 |
Elite [*] | 1 |
[*I Ignoredif the (~) buttonwas
Increase character spacing
Mode | ASCII | Decimal | Hexadecimal |
Std. | <ESC> <SP> n | 27 32 n | IB 20 n |
Increases the space between charactersby n dots, where n is a numberfrom Oto 127.Used in microjustification.
58