23
S Character Size
S size
size specifies the size of the printed characters and is a numeric expression
between 0-63. size is optional; if omitted, 0 is used.
The S command lets you specify the size of the character drawn with the P
command. Size may be a numeric expression between -63; 0 draws the smallest
characters size (80 characters per line), 63 the largest (1 character per line).
Use this formula to determine the size of printed character in relation to the
numeric value you specify:
cpl=80/(size + 1)
where cpl is the number of characters per line and size is the numeric value you
specify with the S command.
Example Program
10 LPRINT CHR$(18);
20 FOR I=0 TO 11
30 LPRINT "S"+STR$(I)
40 LPRINT "PA"
50 NEXT I
60 END
Result
Summary of Contents for DPL-400
Page 2: ......
Page 3: ......
Page 8: ...5 MECANISM UNIT PEN HOLDER UNIT...
Page 14: ...11 3 DPL 400 Code Table DPL 400 as follows has a code Table perfectly identified with MSX Code...
Page 35: ......
Page 36: ......
Page 37: ......