Committing before major refactor.

This commit is contained in:
2021-09-01 20:48:04 -07:00
parent 16873a1e1b
commit 45a4354ebb
7 changed files with 52 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
/** Representation of a Label UI Element */
typedef struct {
font_t *font;
float x, y, z;
float x, y;
float fontSize;
fonttextinfo_t info;
primitive_t primitive;