Text Component - JamJar00/JUI GitHub Wiki
Text components are one of the base components and can display a string of text.
Usage
text_create(component, style, text);
Reference
text_create
writes a new component_t
to the specified pointer given a style and a pointer to the string to show.