96

 

 

 

 

 

Table 6-6

 

 

 

 

 

 

 

 

 

 

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 IBM-P mode)

Cancel

undefined

codes

as characters

< ESC

>

“I”0 (except IBM-P mode)

Print characters

from all character set

< ESC

>

“\”

nl n2 (IBM-P mode only)

Print a character from all character set < ESC > ‘lh” n (IBM-P mode only)

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 6-7

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

Page 102
Image 102
Star Micronics ND-10/15 user manual Try this program to see the big characters