Citizen Systems PMU2XXX Manual De Usuario

Descargar
Página de 312
 
- 44 - 
ESC - n 
CT-S280 
CT-S300 
CT-S2000
CT-S4000
BD2-2220 
CT-S310 
support model 
PMU2XXX 
     
 
 
[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. 
 
n Function 
0,48 Canceling 
underline 
1,49  Setting 1-dot width underline 
2,50  Setting 2-dot width underline 
 
[Caution]
 
• 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 
 
Underline canceled
 
Underline specified
 
AAAAAAAAAA 
[See Also] 
 
[Sample Program]
 
 
 
 
[Print Results]
 
LPRINT CHR$(&H1B);"-"; CHR$(0); 
LPRINT "AAAAA"; 
LPRINT CHR$(&H1B);"-"; CHR$(1); 
LPRINT "AAAAA"; CHR$(&HA);