More default fonts

barcode is Libre Barcode
This commit is contained in:
Kae 2023-08-03 01:17:08 +10:00
parent 37d4abd60f
commit 6afba048ec
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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;