Configuration information for a TextBox object. More...
#include <Definitions.h>
Public Attributes | |
| uint16_t | x |
| UL x-position of TextBox in the Canvas. | |
| uint16_t | y |
| UL y-position of TextBox in the Canvas. | |
| uint16_t | textWidth |
| Width in pixels of the DynamicText holding the main text. | |
| Shape_t | shape |
| Geometric configuration information. | |
| FontList::FontID | TextFont |
| Font object used to render the primary text. | |
| FontList::FontID | UnitsFont |
| Font object used to render units text. | |
Configuration information for a TextBox object.
| Shape_t ConfigTextBox_t::shape |
Geometric configuration information.
The information in this structure define certain geometric characteristics of TextBox. These characteristics depend upon the fonts being used. So, the shape information provided must be appropriate for the selected TextFont and UnitsFont.
| FontList::FontID ConfigTextBox_t::TextFont |
Font object used to render the primary text.
| uint16_t ConfigTextBox_t::textWidth |
Width in pixels of the DynamicText holding the main text.
| FontList::FontID ConfigTextBox_t::UnitsFont |
Font object used to render units text.