Справочник Пользователя для Citizen Systems BD2-2220

Скачать
Страница из 312
 
- 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] 
0≦n≦2、48≦n≦50 
 
[Outline] 
[The specification which is common to the model]
 
Sets or cancels Kanji underline.
 
 
n Function 
0、48 Cancels Kanji underline 
1、49 Sets 1-dot width Kanji underline 
2、50 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] 
 
[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);".";