Graphics and text can be mixed within one line.

If image data, lying outside the printable area, are input these data are ignored.

Example 10 REM bit image print

20WIDTH "LPT1:",255

30FOR i=0 TO 4:

40LPRINT "Mode: ";STR$(i)

50LPRINT CHR$(27);"*";CHR$(i);CHR$(254);CHR$(0);

60FOR j=1 TO 127

70LPRINT STRING$(1,64+16+4+1);STRING$(1,128+32+8+2);

80NEXT j

90LPRINT CHR$(10);CHR$(13)

100NEXT i

110END

66Graphics

Page 149
Image 149
Tally Genicom Matrix Printer manual Graphics