diff options
Diffstat (limited to 'source/rendering/StarFontTextureGroup.hpp')
-rw-r--r-- | source/rendering/StarFontTextureGroup.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rendering/StarFontTextureGroup.hpp b/source/rendering/StarFontTextureGroup.hpp index 9beb5d6..9dfc248 100644 --- a/source/rendering/StarFontTextureGroup.hpp +++ b/source/rendering/StarFontTextureGroup.hpp @@ -34,6 +34,7 @@ public: void cleanup(int64_t timeout); // Switches the current font void switchFont(String const& font); + String const& activeFont(); void addFont(FontPtr const& font, String const& name, bool default = false); private: StringMap<FontPtr> m_fonts; |