PPTII-A Programming Manual
www.hprt.com
11
[Notes]
• When both double-height and double-width modes are selected, quadruple-size
characters are printed.
• The printer can underline all characters, but cannot underline the space set by
HT or 90
clockwise rotated characters.
• The thickness of the underline is that selected by ESC
, regardless of the character
size.
•When some characters in a line are double or more height, all the characters in the
line are aligned at the baseline.
• ESC E can also turn on or off emphasized mode. However, the setting of the last
received command is effective.
• ESC G print effect is the same with emphasized mode. However, the setting of the last
received command is effective.
• ESC
can also turn on or off underline mode. However, the setting of the last
received command is effective.
• GS ! can also select character size. However, the setting of the last received command
is effective.
[Default]
n = 0
ESC $ nL nH
[Name]
Set absolute print position
[Format]
ASCII
ESC $ nL
nH
Hex
1B
24 nL nH
Decimal
27
36 nL
nH
[Range]
0≤nL ≤ 255
0 ≤nH≤255
[Dscription]
The distance from the beginning of the line to the print position is
[(nL + nH ×256) ×0.125 mm].
[Notes]
•Settings outside the specified printable area are ignored.
• ESC W can set horizontal starting position in page modes. However, the setting of the
last received command is effective.
ESC % n
[Name]
Select/cancel user-defined character set
[Format]
ASCII
ESC
%
n
Hex
1B
25 n
Decimal
27
37 n
[Range]
0 ≤ n ≤255
[Dscription]
Selects or cancels the user-defined character set.
•When the LSB of n is 0, the user-defined character set is canceled.
•When the LSB of n is 1, the user-defined character set is selected.
[Notes]
•When the user-defined character set is canceled, the built-in character set is
automatically selected.
•n is available only for the least significant bit.
[Default]
n = 0