C O N F I D E N T I A L
Paper roll
Character commands GS b
Ver. 4.0
p. 1129
GS b
[Name]
Turn smoothing mode on/off
[Format]
ASCII
GS
b
n
Hex
1D
62
n
Decima
29
98
n
[Range]
0
≤
n
≤
255
[Default]
n
= 0
[Printers not featuring this command]
TM-U200B/D,
TM-U300A/B
[Description]
Turns smoothing mode on or off.
•
When the LSB of
n
is 0, smoothing mode is turned off.
•
When the LSB of
n
is 1, smoothing mode is turned on.
[Note]
■
The smoothing mode is effective for all quadruple-size or larger characters (except for HRI
characters).
[Model-dependent variations] None
Program Example for all printers
Print Sample
AAAAA
PRINT #1, CHR$(&H1D);"!";CHR$(68);
←
Select font size
PRINT #1, CHR$(&H1D);"b";CHR$(1);
←
Select smoothing
PRINT #1, "AAAAA"; CHR$(&HA);