| TEXT |
The text to be displayed on the scroller. This is just the initial text value since it
can be changed at any given time. |
| FONT |
The name of the font to be displayed. The default value is Arial |
| FONTSIZE |
The size of the font to be displayed.. Default is 12. |
| FONTSTYLE |
Default is BOLD. Options are Plain, Bold, and Italic. |
| DELAY |
Delay for the thread sleep call. Default is 50. |
| DIST |
How far the text should increment on each paint call. Default is 5 |
| FGCOLOR |
The text color. Default value is blue. |
| BGCOLOR |
The background color if there is no image. Default is white. |
| BACKGROUND |
The background image. |
| IMGWIDTH |
The width of the background image if there is one. If the image is supplied,
but this value isn't, the image will not be displayed correctly. |
| IMGHEIGHT |
The width of the background image if there is one. If the image is supplied,
but this value isn't, the image will not be displayed correctly. |
| DROPSHADOW |
This is simply a 1 or 0. 1 means have a drop shadow, 0 means none. Default is 0. |
| SHADOWCOLOR |
The color for the drop shadow. Default is black. |
| XOFFSET |
The X off set for the drop shadow. Default is 2. |
| YOFFSET |
The Y offset for the drop shadow. Default is 2. |
| PADDING |
This in an integer of how many spaces to use for the padding. Default is 15. |