Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM1000 Bedienungsanleitung Seite 132

Vorschau ausblenden Andere Handbücher für CBM1000:
Inhaltsverzeichnis

Werbung

GS f n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[See Also]
[Sample Program]
[Print Results]
Selecting the font of HRI characters
<1D>H<66>H<n>
n = 0, 1
Selecting the font of HRI characters in printing bar code.
The type of font can be selected with "n" as follows:
n
0, 48
1, 49
The HRI characters refer to the bar code-turned characters so
that you can read them.
The HRI characters are printed at the position specified with
GS H.
n = 0
GS H
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
— 114 —
Font
Font A (12 × 24)
Font B (9 × 24)
← FONT A
← FONT B

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis