Support
model
CT-S280
CT-S300
CT-S2000
CT-S4000
CT-S251
CT-D150/E351
CT-S281
CT-S310
CT-S801/851
CT-S601/651
CT-P29x series
CT-S310II
CT-D151/E651
- 155 -
GS f n
[Function]
Selecting the font of HRI characters
[Code]
<1D>H<66>H<n>
[Range]
0
≤n≤2, 48≤n≤50
[Outline]
[The specification which is common to the model]
• Selecting the font of HRI characters in printing bar code.
• The type of font can be selected with “n” as follows:
[The specification which depend on the model]
CT-S300
/
CT-S310
/
CT-S801
/
CT-S851
/
CT-S601
/
CT-S651
/
CT-P29x series
n
Font
0, 48
Font A (12×24)
1, 49
Font B (9 ×17)
2, 50
Font C (8 ×16)
CT-S280
/
CT-S281
/
CT-S2000
/
CT-S4000
/
CT-S301II
/
CT-S801II
/
CT-S851II
/
CT-S601II
/
CT-S651II
/
CT-S251
/
CT-D150
/
CT-E351
/
CT-D151
/
CT-E651
n
Font
0, 48
Font A (12×24)
1, 49
Font B (9 ×24)
2, 50
Font C (8 ×16)
[Caution]
[The specification which is common to the model]
• The HRI characters are printed at the position specified with GS H.
[Default]
n=0
[See Also]
[Sample Program]
[Print Results]
LPRINT CHR$(&H1D);"h"; CHR$(50);
LPRINT CHR$(&H1D);"H"; CHR$(2);
LPRINT CHR$(&H1D);"f"; CHR$(0);
GOSUB BC
LPRINT CHR$(&H1D);"f"; CHR$(1);
GOSUB BC
END
BC:
LPRINT CHR$(&H1D);"k";
LPRINT CHR$(4);
LPRINT “12”; +CHR$(0);
LPRINT CHR$(&HA);
RETURN
* 1 2 *
* 1 2 *
FONT A
FONT B