Add UI roudness

This commit is contained in:
2023-12-21 15:59:30 +01:00
parent 2c7b4c83c1
commit 852a3f7b5a
2 changed files with 35 additions and 7 deletions

View File

@@ -52,8 +52,11 @@ typedef struct BzUILayout {
} BzUILayout;
typedef struct BzUIStyle {
i32 fontSize;
i32 borderWidth;
Font font;
f32 fontSize;
f32 fontSpacing;
f32 borderThickness;
f32 roundness;
Color textColor;
Color textHoverColor;
Color textActiveColor;