Mnemonics
'LPI' Logical Lines / Inch
GUI Printer
 
Format 'LPI'(lines)
 
Where:
 
lines Logical lines/rows per inch for graphics mode. Numeric expression.
 
Description Use 'LPI' to set the logical LPI (lines per inch) value in graphics printing, where (as a rough guide to equivalent sizes):
Point size -12 = 6 LPI, 10 CPI Point size -10 = 7.2 LPI, 12 CPI Point size - 7 = 10 LPI, 16 CPI
Refer to the 'CPI' Logical Characters per Inch, and the functions TXH( ) and TXW( ).
 
Example 0060 PRINT (30)'LPI'(6),
0070 PRINT (1)'LPI'(76/10),