Rewrite font handling, use dalamud font chooser

This commit is contained in:
Infi
2024-07-23 20:46:38 +02:00
parent f7252cdf78
commit 97654b1c53
11 changed files with 148 additions and 1330 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public sealed class Plugin : IDalamudPlugin
Functions = new GameFunctions.GameFunctions(this);
Ipc = new IpcManager();
ExtraChat = new ExtraChat(this);
FontManager = new FontManager(this);
FontManager = new FontManager();
ChatLogWindow = new ChatLogWindow(this);
SettingsWindow = new SettingsWindow(this);