15 #include "common/gooey_common.h"
void GooeyLabel_SetText(GooeyLabel *label, const char *text)
Sets the text of an existing label.
void GooeyLabel_SetColor(GooeyLabel *label, unsigned long color)
Sets the text color of a label.
GooeyLabel * GooeyLabel_Create(const char *text, float font_size, int x, int y)
Creates a Label.