10 FOR N=l TO 4
24) READ Nl
34) LPRINT CHR$(27) "+c" CHR$(l) CHR$(Nl) CHR$(Nl);
40 FOR M=0 TO 11
54) READ MM
60 LPRINT CHR$(MM);
70 NEXT M
84) NEXT N
90 LPRINT " Mississippi"
100 LPRINT
110 LPRINT "Standard characters without proportional
spacing"
120 LPRINT
130 LPRINT
144) LPRINT CHR$(27) "$1" " Mississippi"
158 LPRINT CHR$(27) "$g"
160 LPRINT "Download characters without proportional
spacing"
170 LPRINT
180 LPRINT CHR$(27) "$1"
190 LPRINT CHR$(27) "pl" " Mississippi"
200 LPRINT CHR$(27) "~0" CHR$(27) "$0"
210 LPRINT "Download characters with proportional
spacing"
220 DATA
77,139,128,126,128,64,32,16,32,64,128,126,128
230 DATA 105,200,0,0,0,0,2,188,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
Wissisippi
Standard characters without proportional spacing
Mississippi
Download characters without proportional spacing
Mi55i55ippi
Download characters with proportional spacing
Figure 9-13. This printout shows the same text, printed with the same
download characters,in both normaland proportional widths.
_-
-
-
--
-
--
-
-
96