Widget which shows an icon by some normal text operation, usually with a font with icons.
Definition: UITextIcon.h:23
UITextIcon(const uint8_t *font, UISize preferredSize, UIWidget *next=nullptr)
Create a text icon with a specific font, a preferred size and a potential successor.
Definition: UITextIcon.cpp:15
void computePreferredSize(U8G2 *display, UISize *preferredSize)
The preferred size is completely determined by the size given at construction time.
Definition: UITextIcon.cpp:18
A widget containing a line of text which is set dynamically during runtime using setText().
Definition: UITextLine.h:25
const uint8_t * font
The font of this text line.
Definition: UITextLine.h:72