Select double or quadruple size
Mode ASCII Decimal Hexadecimal
Both <ESC> “h” n 27 104 n 1B 88 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
Select character size
Mode ASCII Decimal Hexadecimal
Both “(6’ .,(,‘ 6‘S” 6,j.t Uj.9 n 40 40 83 41 41 n 28 28 53 29 29 n
Selects a combination of character height and width according to the
value of n, as below. Does not move the base line.
n Character width Character height
0 Single width Single height
1 Double width Single height
2 Single width Double height
3 Double width Double height
Print double-height characters
Mode ASCII Decimal Hexadecimal -
Both &SC> ‘lwIl “1” 27 119 49 1B 77 31
<ESC> “w” cl> 27 119 1 1B 77 01
std. cFS> “V” “1” 28 86 49 1c 56 31
.
cFS> “V” <l> 28 86 1 1c 58 01
Prints subsequent characters at double height without moving the
base line, and without changing the line spacing.