C
OMMANDS
ESC
-
n
[Name]
Turn underline mode on/off
[Format]
ASCII
ESC
-
n
Hex
1B
2D
n
Decimal
27
45
n
[Range]
n
= 0, 1, 48, 49
[Description]
Turns underline mode on or off,
▪
When
n
= 0 or 48, underline mode is turned off.
▪
When
n
= 1 or 49, underline mode is turned on.
[Notes]
▪
Underlines can be printed for all characters, but not for the space
set by
HT
.
▪
This command and
ESC !
turn underline mode on or off in the
same way.
▪
If
n
is out of the specified range, this command is ignored.
[Default]
n
= 0
[Reference]
ESC !
ESC 2
[Name]
Select default line spacing
[Format]
ASCII ESC 2
Hex 1B 32
Decimal
27
50
[Description]
Selects default (1/6-inch) line spacing.
[Reference]
ESC 3
2002. 1. 8.
Programmer’s Guide
27