diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-03 01:17:08 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-03 01:17:08 +1000 |
commit | 6afba048ecb98717a4e2c29206889bf05baacea4 (patch) | |
tree | b889169e7a8b3bd3537f65f5eeb66d2441837dd8 | |
parent | 37d4abd60f03f710232c33ac75a0a86d24fd01ef (diff) |
More default fonts
barcode is Libre Barcode
-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; |