mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
default to axis fonts for profile description display
This commit is contained in:
parent
558709109c
commit
126f2b8084
2 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ using ImGuiScene;
|
|||
using System.Numerics;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using MareSynchronos.Services;
|
||||
using Dalamud.Interface.GameFonts;
|
||||
|
||||
namespace MareSynchronos.UI.Handlers;
|
||||
|
||||
|
|
@ -127,7 +128,9 @@ public class UidDisplayHandler
|
|||
}
|
||||
|
||||
var posDone = ImGui.GetCursorPos();
|
||||
ImGui.PushFont(_uiBuilder.GetGameFontHandle(new GameFontStyle(GameFontFamilyAndSize.Axis12)).ImFont);
|
||||
UiSharedService.TextWrapped(mareProfile.Profile.Description);
|
||||
ImGui.PopFont();
|
||||
ImGui.Unindent();
|
||||
|
||||
var sepColor = ImGui.GetStyle().Colors[(int)ImGuiCol.Separator];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue