Citizen Systems CT-S2000 Printer User Manual


 
- 134 -
FS - n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 CT-S310
support model
PMU2XXX
[Function] Setting/canceling Kanji underline
[Code] <1C>H<2D>H<n>
[Range] 0n248n50
[Outline] [The specification which is common to the model]
Sets or cancels Kanji underline.
n Function
048
Cancels Kanji underline
149
Sets 1-dot width Kanji underline
250
Sets 2-dot width Kanji underline
[Caution] • 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);
漢字漢字
Canceling Kanji underline
Setting Kanji underline
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);".";