ImGuiManager: Split OSD and debug window fonts

Fixes the latter not fitting on screen anymore.
This commit is contained in:
Stenzek
2024-09-02 00:27:48 +10:00
parent 0ba068e843
commit 51cfea49fe
5 changed files with 29 additions and 16 deletions

View File

@ -69,6 +69,9 @@ bool AddFullscreenFontsIfMissing();
/// Returns the standard font for external drawing.
ImFont* GetStandardFont();
/// Returns the standard font for on-screen display drawing.
ImFont* GetOSDFont();
/// Returns the fixed-width font for external drawing.
ImFont* GetFixedFont();