10 FOR N=l TO 4
20 READ Nl
30 LPRINT CHR$(27) "*" CHR$(l) CHR$(Nl) CHR$(Nl); 40 FOR M=@ TO 11
50 READ MM
60 LPRINT CHR$(MM);
70 NEXT M
80 NEXT N
90 LPRINT " Mississippi"
100 LPRINT
110 LPRINT "Standard characters without proportional
| spacing" |
|
1241LPRINT |
| |
139)LPRINT |
| |
140 | LPRINT CHR$(27) "$1" " | Mississippi" |
150 | LPRINT CHRS(27) "$q" |
|
160 | LPRINT "Download characters without proportional | |
| spacing" |
|
178 | LPRINT |
|
180 | LPRINT CHR$(27) "$1" |
|
190 | LPRINT CHR$(27) "~1" " | Mississippi" |
200 | LPRINT CHR$(27) "~0" CHR$(27) "$0" | |
210 | LPRINT "Download characters with proportional | |
| spacing" |
|
220DATA 77,139,128,126,128,64,32,16,32,64,128,126,128
230 DATA 105,200,0,0,0,0,2,~88,2,0,0,0,0
240 DATA 112,41,0,0,127,0,68,0,68,56,0,0,0
250 DATA 115,185,0,0,0,16,42,0,42,4,0,0,0
Mi ssi si ppi
Standard characters without proportional spacing
Mississippi
Download characters without proportional spacing
Download characters with proportional spacing
Figure 9-13. Thisprintoutshowsthesametext,printedwiththesame downloadcharacters,inbothnormalandproportionalwidths.
96