![](/images/new-backgrounds/1168299/168299203x1.webp)
96
|
|
|
|
| Table |
|
|
|
|
| |
|
|
|
|
| Control code | area commands |
|
| |||
|
| Function |
|
| Control code |
| |||||
Printable | code | area | expansion | < ESC | > | “6” | (Standard | mode | only) | ||
Control | code | area | expansion | < ESC | > | “7” | (Standard | mode | only) | ||
Select undefined | codes | as characters | < ESC | > | “I”1 (except | ||||||
Cancel | undefined | codes | as characters | < ESC | > | “I”0 (except | |||||
Print characters | from all character set | < ESC | > | “\” | nl n2 |
Print a character from all character set < ESC > ‘lh” n
nPrinting BIG characters
You can even enlarge your character sets for attention- grabbing headings or special effects. There are six commands you can use. Everything following any of them will be enlarged as shown below, until the cancel code is entered.
Table
Big character commands
Try this program to see the big characters.
10 ’ Demo of BIG characters
20 LPRINT "THIS IS ";
30 LPRINT CHR$(27);"h";CBR$(l);
40 LPRINT "DOUBLE";
50 LPRINT CHR$(27);"h";CHR$(O);
60 LPRINT w SIZED PRINTING." :LPRINT
70 LPRINT "THIS IS ";
80 LPRINT CHR$(27);"h";CHR$(2);
.90 LPRINT "QUAD";
100 LPRINT CHR$(27);"h";CHR$(O);
110 LPRINT ' SIZED PRINTING."
120 END