...
- "CharWidth": The width of each character cell in pixels.
- "CharHeight": The height of each character cell in pixels.
- "BackgroundColor": The background color of the text field as an integer specifying eight bits (for each) for red, green and blue in the form &Hrrggbb.
- "TextColor": The color of the text as an integer specifying eight bits (for each) for red, green and blue in the form &Hrrggbb.
- "Size": An alternative to "CharWidth" and "CharHeight" for specifying either normal size text (0) or double-sized text (1).\
Note | ||
---|---|---|
| ||
In TV modes, a border around the screen may not be displayed due to overscanning. You may want to use the roVideoMode object functions GetSafeX() and GetSafeY() to ensure that the coordinates you use will be visible. |
...