mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 19:39:19 +01:00
Revert "Always keep all AXIS fonts in memory"
This reverts commit f5c75e4cd5.
This commit is contained in:
parent
0d5da42407
commit
c29360201b
2 changed files with 14 additions and 30 deletions
|
|
@ -245,7 +245,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
this.specialGlyphRequests[entry.Name] = fontHandle = Service<InterfaceManager>.Get().NewFontSizeRef(TargetFontSizePx, entry.Name);
|
||||
|
||||
ImGui.PushFont(fontHandle.Font);
|
||||
ImGui.SetWindowFontScale(TargetFontSizePx / fontHandle.Size);
|
||||
|
||||
var scale = ImGui.GetIO().FontGlobalScale;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue