Support
model
- 76 -
Underline canceled
Underline specified
AAAAAAAAAA
ESC - n
[Function] Specifying /canceling underline
[Code] <1B>H<2D>H<n>
[Range] 0≤n≤2, 48≤n≤50
[Outline] [The specification which is common to the model]
• Specifying /canceling an underline.
Setting 1-dot width underline
Setting 2-dot width underline
[Caution] [The specification which is common to the model]
• An underline is attached to the full character width. It is, however, not attached to the part having been
skipped by horizontal tab (HT) command.
• An underline is not attached to 90°-right-turned characters and white-on-black character.
• Underline can also be specified/canceled by ESC ! but the setting of command last processed is valid.
• Specifying/canceling by this command is not valid for kanji.
• Underline width is constant in the specified thickness regardless of the character size.
[Default] n=0
[See Also] ESC !, FS -
[Sample Program] [Print Results]
LPRINT CHR$(&H1B);"-"; CHR$(0);
LPRINT "AAAAA";
LPRINT CHR$(&H1B);"-"; CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);