diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 23:13:37 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 23:13:37 +1000 |
commit | 92ef4dba0fe7a9bd152466cfa4fd194024105895 (patch) | |
tree | 30f9cd5c6322c5e99d91d72b04c185baa9e60673 /source/rendering/StarFontTextureGroup.hpp | |
parent | f0fec34dc9c2dbc86dd424e4963983cbb2ed9b41 (diff) |
fonts can reload now
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 9dfc248..e75fd56 100644 --- a/source/rendering/StarFontTextureGroup.hpp +++ b/source/rendering/StarFontTextureGroup.hpp @@ -36,6 +36,7 @@ public: void switchFont(String const& font); String const& activeFont(); void addFont(FontPtr const& font, String const& name, bool default = false); + void clearFonts(); private: StringMap<FontPtr> m_fonts; String m_fontName; |