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

summaryrefslogtreecommitdiff
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
parent37d4abd60f03f710232c33ac75a0a86d24fd01ef (diff)
More default fonts
barcode is Libre Barcode
-rw-r--r--assets/opensb/font/barcode.ttfbin0 -> 22144 bytes
-rw-r--r--assets/opensb/font/barcodetext.ttfbin0 -> 47740 bytes
-rw-r--r--assets/opensb/font/beech.ttfbin0 -> 22460 bytes
-rw-r--r--source/rendering/StarFontTextureGroup.hpp2
4 files changed, 1 insertions, 1 deletions
diff --git a/assets/opensb/font/barcode.ttf b/assets/opensb/font/barcode.ttf
new file mode 100644
index 0000000..bd8db3e
--- /dev/null
+++ b/assets/opensb/font/barcode.ttf
Binary files differ
diff --git a/assets/opensb/font/barcodetext.ttf b/assets/opensb/font/barcodetext.ttf
new file mode 100644
index 0000000..e9833dc
--- /dev/null
+++ b/assets/opensb/font/barcodetext.ttf
Binary files differ
diff --git a/assets/opensb/font/beech.ttf b/assets/opensb/font/beech.ttf
new file mode 100644
index 0000000..ab6e755
--- /dev/null
+++ b/assets/opensb/font/beech.ttf
Binary files differ
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;