User`s manual
100 LPRINT
CHR$(27);"y";CHR$(O);CHR$(2);
110 LPRINT
"EDP
13 cpi font."
120 LPRINT CHR$(27);"y";CHR$(O);CHR$ (4);
130 LPRINT "Modern PS font"
140 LPRINT CHR$(27);"y";CHR$(O);CHR$(5);
150 FOR X=176 TO 193
160 LPRINT
CHR$(X);
170 NEXT
180 LPRINT
190
LPRINT
CHR$(27);"y";CHR$(O);CHR$(O);
200 LPRINT "Courier 10 cpi font"
210 LPRINT
CHR$(12);
EDP 13 cpi font.
&$ern
ps
font.
Courier 10 cpi font.
Different sizes of type are possible using the ESC z command,
which allows you to double or triple the height and/or width of each
character. The first number in the command controls the width; the
second number controls the height. For normal width or height, use a 1;
for double-wide or double-high
type,
use a 2; for triple-wide or
triple-
high, use a 3.
The GQ-3500 can print any combination of standard-, double- and
triple-height and width. The program below shows some examples.
100
LPRINT
CHR$(27);"z";CHR$(l);CHR$(l)
110
LPRINT "normal size"
120 LPRINT CHR$(27);"z";CHR$(l);CHR$(2)
130 LPRINT "double-high"
140 LPRINT
150 LPRINT
CHR$(27);"z";CHR$(2);CHR$(3)
160 LPRINT
"triple-high/double-wide"
170 LPRINT
180 LPRINT CHR$(27);"z";CHR$(3);CHR$(3)
190
LPRINT
"triple-wide"
200 LPRINT
CHR$(12);
-
6-4
Software Control of Printer Features