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

summaryrefslogtreecommitdiff
path: root/source/rendering/StarFontTextureGroup.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-03 01:17:08 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-03 01:17:08 +1000
commit6afba048ecb98717a4e2c29206889bf05baacea4 (patch)
treeb889169e7a8b3bd3537f65f5eeb66d2441837dd8 /source/rendering/StarFontTextureGroup.hpp
parent37d4abd60f03f710232c33ac75a0a86d24fd01ef (diff)
More default fonts
barcode is Libre Barcode
Diffstat (limited to 'source/rendering/StarFontTextureGroup.hpp')
-rw-r--r--source/rendering/StarFontTextureGroup.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rendering/StarFontTextureGroup.hpp b/source/rendering/StarFontTextureGroup.hpp
index ecca6f6..e57271b 100644
--- a/source/rendering/StarFontTextureGroup.hpp
+++ b/source/rendering/StarFontTextureGroup.hpp
@@ -39,7 +39,7 @@ public:
void addFont(FontPtr const& font, String const& name, bool isDefault = false);
void clearFonts();
private:
- StringMap<FontPtr> m_fonts;
+ CaseInsensitiveStringMap<FontPtr> m_fonts;
String m_fontName;
FontPtr m_font;
FontPtr m_defaultFont;