aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/ThemeManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/ThemeManager.hpp')
-rw-r--r--include/cru/ui/ThemeManager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/ThemeManager.hpp b/include/cru/ui/ThemeManager.hpp
index 7d52fa48..be9daa47 100644
--- a/include/cru/ui/ThemeManager.hpp
+++ b/include/cru/ui/ThemeManager.hpp
@@ -56,6 +56,8 @@ class CRU_UI_API ThemeManager : public Object {
std::shared_ptr<platform::graphics::IBrush> GetResourceBrush(
const String& key);
+ std::shared_ptr<platform::graphics::IFont> GetResourceFont(const String& key);
+
std::shared_ptr<style::StyleRuleSet> GetResourceStyleRuleSet(
const String& key);