Add support for .otf files, add option to load subdirectories

This commit is contained in:
GenevensiS
2025-04-07 23:12:58 +02:00
parent cb18500f41
commit dca935a966
3 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ int MSE::OnRun() {
#else
// Platform friendly appname
SetAppName(_("magicseteditor"));
#endif
Font::PreloadResourceFonts();
#endif
Font::PreloadResourceFonts(_("Magic - Fonts"), false);
wxInitAllImageHandlers();
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
wxSocketBase::Initialize();