Configuration information for a TextBox object. More...
#include <TextBox_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. | |
| GrFont * | TextFont |
| Font object used to render the primary text. | |
| GrFont * | 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.
| GrFont* 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.
| GrFont* ConfigTextBox_t::UnitsFont |
Font object used to render units text.