CBM-253 User’s Manual
50
CITIZEN
[Printing result]
ESC - n
[Name] Specifying/releasing
of
the
underlining
[Code]
<1B>H <2D>H <n>
[Defined ranges]
0
≤
n
≤
2
[Function]
Specifies and releases the underlining.
n = 0 Releases the underlining
n = 1 Specifies 1 dot width underlining
n = 2 Specifies 2 dot width underlining
[Items requiring caution]
Although the underlining will be applied to the full width of the printing characters.
underlining will not be applied to parts that have been skipped using the HT command.
Underlining will not be applied to characters that have been rotated 90° rightward.
[Reference]
ESC !, FS -
[Program example]
[Printing result]
LPRINT CHR$ (&H1B) + " " + CHR$(0);
LPRINT "AAAAA" ;
LPRINT CHR$(&H1B) + "-" + CHR$(1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;