
Increase character spacing
Mode
ASCII
Decimal
Hexadecimal
Std. I
<ESC> “” n
1 27 32 n 1113 20 n
Increases the space between characters by n dots, where n is a number
from 0 to 127. Used in microjustification.
Select double or quadruple size
Mode
ASCII
Decimal Hexadecimal
Both
<ESC>
“h” n
27 104 n
1B 68 n
--
Selects the size of subsequent characters as shown below. Extra-high
characters align along the cap-line of normal characters, with the base
line temporarily moving down. Line spacing is temporarily doubled when
n = 1 and quadrupled when n = 2.
n Effect
_
0 Normal size
1 Double-high, double-wide
2 Quadruple-high, quadruple-wide
Print double-height characters
Mode
ASCII
Decimal
Hexadecimal
<ESC> “WI’ “1”
27 119 49 1B
77 31
Both
<ESC> -WI’ Cl>
27 119 1 1B
77 01
IFS> “V” “ 1”
28 86 49 1C
56 31
Std.
<FS> “V” Cl>
28 86 1 IC
56 01
Prints subsequent characters at double height without moving the base
line, and without changing the line spacing.
Return to normal height
9
Mode
ASCII
Decimal
Hexadecimal
<ESC’ “W” “0”
27 119 48 1B
77 30
Both
<ESC> “W” co>
27 119 0 1B
77 00
Std.
<FS> “V” “0”
28 86 48 1C
56 30
<FS> “V” co>
28 86 0 1C
56 00
Terminates double-height printing and prints subsequent characters at
normal height.
66