| Mnemonics |
|
| GUI Printer | ||
| Format | 'CPI'(chars) Where: |
|
| chars | Logical characters per inch. Numeric expression. | |
| Description | Use 'CPI'(chars) to set the logical CPI (characters per inch) for printing in graphics mode, 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 For more information refer to 'LPI' Logical Lines / Inch, and the TXH( ) Function, and the TXW( ) Function. |
|
| Example | With both channels (30) and (1) open: 0060 PRINT (30)'CPI'(120/7.5),'LPI'(6),Data$ 0070 PRINT (1)'CPI'(16),Data$20 print |
|