Fs w n, Fs w – Citizen Systems BD2-2220 User Manual
Page 141
- 141 -
FS W n
CT-S280
CT-S300
CT-S2000
CT-S4000
BD2-2220
CT-S310
support model
PMU2XXX
[Function]
Setting/canceling four times enlargement of Kanji
[Code]
<
1C>H<57>H
[Range]
0≦n≦255
[Outline]
[The specification which is common to the model]
Sets or cancels four times enlargement of Kanji.
• “n” is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
n0 Function
0
Cancels 4 times enlargement
1
Sets 4 times enlargement
Setting or canceling 4 times enlargement means setting or canceling both doubleheight and
double-width enlargements simultaneously.
[See Also]
[Sample
Program]
Results]
LPRINT CHR$(&H1C);"&";
漢字
漢字
Canceling 4 times enlargement
Setting 4 times enlargement
LPRINT CHR$(&H1C);"W"; CHR$(0);
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&H1C);"W"; CHR$(1);
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&HA);
LPRINT CHR$(&H1C);".";