Load all fonts folders

This commit is contained in:
GenevensiS
2025-07-10 17:17:10 +02:00
committed by GitHub
parent 026400a1e0
commit dafd1a4f19
3 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ int MSE::OnRun() {
// Platform friendly appname
SetAppName(_("magicseteditor"));
#endif
Font::PreloadResourceFonts(_("Magic - Fonts"), true);
Font::PreloadResourceFonts(true);
wxInitAllImageHandlers();
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
wxSocketBase::Initialize();