Copy text strings into memory arena for UI

This commit is contained in:
2023-12-22 16:46:20 +01:00
parent 331f40f4cb
commit b48372bfa5
3 changed files with 30 additions and 3 deletions

View File

@@ -126,8 +126,7 @@ typedef struct BzUIBorderStyle {
} BzUIBorderStyle;
typedef struct BzUITextStyle {
const char *text;
char *text;
Font font;
f32 fontSize;
f32 fontSpacing;