The BindTextLabel class represents a text label UI element for use with BindCanvas.
Definition BindTextLabel.hpp:29
int32_t color
Text color for the text label.
Definition BindTextLabel.hpp:67
uint16_t getBytes(uint8_t *out) override
Retrieves the bytes representing the text label for synchronization.
Definition BindTextLabel.hpp:77
int16_t y
Y-coordinate position of the text label.
Definition BindTextLabel.hpp:64
int16_t fontSize
Font size for the text label.
Definition BindTextLabel.hpp:66
uint8_t cmdId
Command ID for the text label. See the notes for possible cmdId values.
Definition BindTextLabel.hpp:65
BindTextLabel()
Constructs a BindTextLabel with a default label.
Definition BindTextLabel.hpp:48
void setlabel(const char *cstr)
Sets the label text for the text label.
Definition BindTextLabel.hpp:58
int16_t x
X-coordinate position of the text label.
Definition BindTextLabel.hpp:63