Typestyle Selection
Data Structure
ASCII
hex.
dec.
Description
This sequence selects normal typestyle, outline typestyle, shaded typestyle or shaded out-
line typestyle. All the characters of the extended EPSON character set with the exception
of the characters hex.B0 to hex.DF (dec.176...dec.233), hex.F4 (dec.244) and hex.F5
(dec.245) can be printed in the selected typestyle.
The following parameter assignment applies:
n
0 (hex.00 or hex.30)
1 (hex.01 or hex.31)
2 (hex.02 or hex.32)
3 (hex.03 or hex.33)
Beispiel
10
20
30
40
50
60
70
80
90
100 LPRINT "<3> outline shadow characters";LF$
110 END
ESC "q"
<n> or n
1B
71
<n> or n
27
113 <n> or n
REM character style
LF$=CHR$(10)
LPRINT CHR$(27);"q";CHR$(0);
LPRINT "<0> normal characters";LF$
LPRINT CHR$(27);"q";CHR$(1);
LPRINT "<1> outline characters";LF$
LPRINT CHR$(27);"q";CHR$(2);
LPRINT "<2> shadow characters";LF$
LPRINT CHR$(27);"q";CHR$(3);
Typestyle
Normal typestyle
Outline typestyle
Shaded typestyle
Shaded Outline typestyle
ESC q
37
Character Styling
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?