aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/UiManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/UiManager.hpp')
-rw-r--r--include/cru/ui/UiManager.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cru/ui/UiManager.hpp b/include/cru/ui/UiManager.hpp
index e6facdbd..46f06ac2 100644
--- a/include/cru/ui/UiManager.hpp
+++ b/include/cru/ui/UiManager.hpp
@@ -3,8 +3,12 @@
#include "controls/Base.hpp"
+#include <memory>
+#include <string>
+
namespace cru::ui {
struct ThemeResources {
+ std::u16string default_font_family;
std::shared_ptr<platform::graph::IFont> default_font;
std::shared_ptr<platform::graph::IBrush> text_brush;
std::shared_ptr<platform::graph::IBrush> text_selection_brush;