| Mnemonics |
|
| GUI Display/Printer or Character Display | |
| Format | Long or short form: 'DEFAULT' or 'DF' |
| Description | Use either 'DEFAULT' or 'DF' to define the current attributes/font as the default for an OPEN channel. For instance, you can set a default for fixed font, reverse video, blinking, underscore, foreground / background, etc. To set the default font for all graphical objects, refer to the 'GF' Mnemonic. |
| Example | To set a font in *WINPRT* printing as the standard default font for an OPEN channel: 0010 OPEN (30)"*WINPRT*;ASIS" 0020 PRINT (30)'FONT'("Courier New",-7),'DF' |