20
(Print NV bit image).
Reference:
FS p
Ex.: For xL=64, xH=0, yL=96, yH=0
(35)
GS ! n Select character size
Format: ASCII GS ! n
Hex 1D 21 n
Decimal 29 33 n
Range: 0
≤
n
≤
255
GS ! n selects the character height using bits 0 to 3, and selects the character width using bits 4 to 7.
Character width selection is as follows:
Hex
Decimal
Width
00
0
1 (normal)
10
16
2 (double-width)
Character height selection is as follows:
Hex
Decimal
Height
00
0
1 (normal)
01
1
2 (double-width)
02
2
3
03
3
4
04
4
5
05
5
6
06
6
7
07
7
8
LSB
MSB
(xL + xH
×
256)
×
8 dots =512 dots
d97
(yL + yH
×
256)
×
8 dots =768 dots