Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarButtonWidget.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-04-22 06:07:59 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-04-22 06:07:59 +1000
commitca1426eabc873f781eb0dd389d45634b7d183250 (patch)
tree15ea83658ca3824232f14fe4b32ec714e0aa05c6 /source/windowing/StarButtonWidget.hpp
parentd5f5fb5ddf0d4a9f0b0e6ac012121926d2fcd949 (diff)
Lua chat callbacks + better font styling
golly gee whiz!! i hope i didn't fuck something up
Diffstat (limited to 'source/windowing/StarButtonWidget.hpp')
-rw-r--r--source/windowing/StarButtonWidget.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/windowing/StarButtonWidget.hpp b/source/windowing/StarButtonWidget.hpp
index 69335d8..bace69b 100644
--- a/source/windowing/StarButtonWidget.hpp
+++ b/source/windowing/StarButtonWidget.hpp
@@ -121,9 +121,7 @@ protected:
Vec2I m_pressedOffset;
Vec2U m_buttonBoundSize;
- int m_fontSize;
- String m_font;
- String m_fontDirectives;
+ TextStyle m_textStyle;
String m_text;
Vec2I m_textOffset;