Difference between revisions of "PRINTMODE"
Jump to navigation
Jump to search
Navigation:
imported>Cyperium |
imported>Clippy m |
||
Line 9: | Line 9: | ||
{{PageDescription}} | {{PageDescription}} | ||
* If the image handle is omitted it will use the current destination image background. | * If the image handle is omitted it will use the current destination image background. | ||
− | * One of 3 modes is mandatory when using this statement. | + | * One of 3 modes is '''mandatory''' when using this statement. |
− | :::: | + | ::::'''1''' _KEEPBACKGROUND |
− | :::: | + | ::::'''2''' _ONLYBACKGROUND |
− | :::: | + | ::::'''3''' _FILLBACKGROUND |
Revision as of 21:00, 13 October 2010
The _PRINTMODE statement sets the font printing mode on a background image.
Syntax
_PRINTMODE mode[,image_handle]
Description
- If the image handle is omitted it will use the current destination image background.
- One of 3 modes is mandatory when using this statement.
- 1 _KEEPBACKGROUND
- 2 _ONLYBACKGROUND
- 3 _FILLBACKGROUND
See also