diff options
-rw-r--r-- | assets/opensb/font/barcode.ttf | bin | 0 -> 22144 bytes | |||
-rw-r--r-- | assets/opensb/font/barcodetext.ttf | bin | 0 -> 47740 bytes | |||
-rw-r--r-- | assets/opensb/font/beech.ttf | bin | 0 -> 22460 bytes | |||
-rw-r--r-- | source/rendering/StarFontTextureGroup.hpp | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/assets/opensb/font/barcode.ttf b/assets/opensb/font/barcode.ttf Binary files differnew file mode 100644 index 0000000..bd8db3e --- /dev/null +++ b/assets/opensb/font/barcode.ttf diff --git a/assets/opensb/font/barcodetext.ttf b/assets/opensb/font/barcodetext.ttf Binary files differnew file mode 100644 index 0000000..e9833dc --- /dev/null +++ b/assets/opensb/font/barcodetext.ttf diff --git a/assets/opensb/font/beech.ttf b/assets/opensb/font/beech.ttf Binary files differnew file mode 100644 index 0000000..ab6e755 --- /dev/null +++ b/assets/opensb/font/beech.ttf 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; |