Star Micronics ND-10/15 user manual Lprint SCALE$

Models: ND-10/15

1 128
Download 128 pages 43.01 Kb
Page 116
Image 116

:110

310 NEXT I

320 LPRINT

330 LPRINT CHR$(9);‘It--;”

340 SCALE$=“--+--”

350 FOR I=2 TO 8 STEP 2

360 LPRINT SCALE$;

370 NEXT I

380 LPRINT ‘I--‘It

390 LPRINT CHR$(9);” ‘I;

400 FOR I=2 TO 8 STEP 2

410 LPRINT ” “;I;

420 NEXT I

430 LPRINT CHR$(27);“%O”

440 LPRINT CHR$(27);“SO”;

450 LPRINT CHR$(9);“MILLIONS OF DOLLARS”

460 LPRINT CHR$(27);“T”

470 END

nDefining proportional characters

Defining proportional characters uses the same process as above, except that we add additional information. Being able to specify the width of the character allows you to specify the precise area inside the grid that the character will occupy, so that narrow characters will look attractive next to wide ones.

The additional information is carried in the attribute byte, mO. The first bit carries the descender data, the next three bits specify the starting column (acceptable values are 0 to 7), and the last four bits specify the last print column, including space

Page 116
Image 116
Star Micronics ND-10/15 user manual Lprint SCALE$