Difference between revisions of "PRINTMODE"
Jump to navigation
Jump to search
imported>Clippy (Created page with 'The '''_PRINTMODE''' statement sets the font printing mode on a background image. ''Syntax:'' _PRINTMODE mode[,image_handle] * One of 3 modes is mandatory when using this s…') |
imported>Clippy |
||
Line 11: | Line 11: | ||
''Print Modes:'' | ''Print Modes:'' | ||
+ | * _KEEPBACKGROUND | ||
* _FILLBACKGROUND | * _FILLBACKGROUND | ||
− | + | ||
* _ONLYBACKGROUND | * _ONLYBACKGROUND | ||
''See also:'' [[_LOADFONT]], [[_NEWIMAGE]], [[_PRINTMODE (function)]] | ''See also:'' [[_LOADFONT]], [[_NEWIMAGE]], [[_PRINTMODE (function)]] |
Revision as of 21:16, 5 September 2009
The _PRINTMODE statement sets the font printing mode on a background image.
Syntax: _PRINTMODE mode[,image_handle]
- One of 3 modes is mandatory when using this statement.
- If the image handle is omitted it will use the current destination image background.
Print Modes:
- _KEEPBACKGROUND
- _FILLBACKGROUND
- _ONLYBACKGROUND
See also: _LOADFONT, _NEWIMAGE, _PRINTMODE (function)