42
Table
Underline and overline commands
1Function |
| 1Control code | I | |
Underline | ON | (ESC) |
| |
Underline | OFF | (ESC) |
| |
Overline ON | , | “p”1- |
| |
f Overline OFF | 1(ESC) |
|
Again, that’s simple. Let’s try it with this program:
10 ’ Demo of underlining and overlining
20 LPRINT “Demo of “;
30LPRINT CHR$(27)
40LPRINT “UNDELINED”;
50LPRINT CHR$(27)
60LPRI NT ‘* and ” ;
70LPRINT CHR$(27);” 1”;
80LPRINT “OVERLINED”;
90LPRINT CHR$(27) ;
100 LPRINT ” printing.”
It should come out like this:
Demo of UNDELINED and m | printing. |
In this program underline is turned on in line 30 with (ESC)
“
turned on in line 70 with
with
H Boldface printing
Your printer has very good density when it’s just printing regularly. But sometimes you may want something to stand out from the rest of the page. This printer provides a way to do this