4#include "core/gooey_backend_internal.h"
5#include "gooey_widgets_internal.h"
16GooeyLabel *
GooeyLabel_Add(GooeyWindow *win,
const char *text,
float font_size,
int x,
int y);
GooeyLabel * GooeyLabel_Add(GooeyWindow *win, const char *text, float font_size, int x, int y)
Adds a label to the window.
void GooeyLabel_Draw(GooeyWindow *win)
Draws the label on the window.
void GooeyLabel_SetText(GooeyLabel *label, const char *text)
Sets the text of the label.
void GooeyLabel_SetColor(GooeyLabel *label, const char *color)
Sets the color of a label.