Support
model
- 184 -
FS - n
[Function] Setting/canceling Kanji underline
[Code] <1C>H<2D>H<n>
[Range] 0≤n≤2, 48≤n≤50
[Outline] [The specification which is common to the model]
• Sets or cancels Kanji underline.
Sets 1-dot width Kanji underline
Sets 2-dot width Kanji underline
[Caution] [The specification which is common to the model]
• Underline is applied to all width of printed characters but not applied to the part skipped by HT.
• Underline is not applied to the character rotated 90° clockwise.
[See Also] FS !
[Sample Program] [Print Results]
LPRINT CHR$(&H1C);"&";
LPRINT CHR$(&H1C);"-"; CHR$(0);
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&H1C);"-"; CHR$(1);
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&HA);
LPRINT CHR$(&H1C);".";
Canceling Kanji underline
Setting Kanji underline