By combining expanded print with the four pitches,
Enter this program to see how the print pitches and expanded print can be combined:
191 'Demo pitches in cqmbination with expanded mode.
20 LPRINT CHR$(27) "W" CHR$(l) ; 'Permanent expanded mode on.
30 LPRINT CHR$(27) "B" CHR$(3) ; 'Select condensed pitch.
40 LPRINT "This line is EXPANDED CONDENSED pitch."
54)LPRINT CHR$(27) "B" CHR$(2) ; 'Select elite pitch. 60 LPRINT "This is EXPANDED ELITE."
74)LPRINT CHR$(27) "B" CHR$(l) ; 'Select pica pitch. 80 LPRINT "This is EXPANDED PICA."
90 LPRINT CHR$(27) "p" CHR$(l) ; 'Select proportional 180 LPRINT "This is EXP. PROPORTIONAL."
110 LPRINT CHR$(27) "p" CHR$(@) ; 'Cancel proportional. 120 LPRINT CHR$(27) "W" CHR$(Q)) ; 'Permanent expanded
mode off.
130 LPRINT "This is UNEXPANDED PICA pitch (default)."
If you are using with the IBM mode, change the following lines to the program given above.
34)LPRINT CHR$(27) CHR$(15) ; 'Select condensed pitch. 50 LPRINT CHR$(27) "Ml' ; 'Select elite pitch.
70 LPRINT CHR$(27) "P" ; 'Select pica pitch.
Here’s | what | you | should | get from this program: |
| - | ||
This | line |
| is | EXPANDED | CONDENSED | pitch. | - | |
Thi5 | ils |
| EXF’GNDEID | ELETE, |
| |||
|
|
| ||||||
'Thi | 5 | i | 53 EXF=.CiNDED | F’ICA, | - | |||
This |
| is |
| - |
This 1.5 UNEXF'ANDED F'ICA pitch (default).
In addition, the NLQ characters can be printed with expanded print as shown below.
This | ic, | normal | pica. |
|
|
This | is | normal | NLR. |
|
|
This |
| is | EXPRNDED | - | |
Thi5 |
| i5 | EXF’ANDEID | pica., | - |
44