Example 10 REM enlarged character densities
20 LPRINT CHR$(27);"P";: REM 10 cpi
30 LPRINT "normal 10 cpi character density"
40 LPRINT CHR$(27);"W";CHR$(1);: REM continuous enlarged density
50 LPRINT "10 cpi continuous enlarged"
60 LPRINT CHR$(27);"M";: REM 12 cpi
70 LPRINT "12 cpi continuous enlarged"
80 LPRINT CHR$(27);"W0";: REM normal character density
90 LPRINT CHR$(14);: REM enlarged character density for one line
100 LPRINT "this is enlarged only"
110 LPRINT "for one line"
120 END
Character Spacing 19