ESC w |
|
| Turn |
Format: |
|
|
|
ASCII code: | ESC |
| n |
Decimal: | 27 | 119 | n |
Hexadecimal: | 1B | 77 | n |
Comments:
Doubles the height of all characters.
The following values can be used for n:
1:Turns mode on.
0:Turns mode off.
Doubles the height of all characters. You may need to adjust line spacing to compensate for the height of these characters.
Cannot be used with the pull tractor.
Print Enhancement
ESC E | Select Emphasized Mode |
Format:
ASCII code: ESC E
Decimal:27 69
Hexadecimal: 1B 45
Comments:
Makes text bolder by printing each dot twice, with the second dot printed slightly to the right of the first.
ESC F | Cancel Emphasized Mode |
Format:
ASCII code: ESC F
Decimal:27 70
Hexadecimal: 1B 46
Comments:
Cancels the emphasized mode selected by ESC E.