mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 17:04:16 +01:00
fix outlined font
This commit is contained in:
parent
5c9415b6e9
commit
cdcfaa9369
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
||||||
|
|
||||||
using (ImRaii.PushColor(ImGuiCol.Text, outlineColor))
|
using (ImRaii.PushColor(ImGuiCol.Text, outlineColor))
|
||||||
{
|
{
|
||||||
ImGui.PushStyleColor(ImGuiCol.Text, outlineColor);
|
|
||||||
ImGui.SetCursorPos(original with { Y = original.Y - thickness });
|
ImGui.SetCursorPos(original with { Y = original.Y - thickness });
|
||||||
ImGui.TextUnformatted(text);
|
ImGui.TextUnformatted(text);
|
||||||
ImGui.SetCursorPos(original with { X = original.X - thickness });
|
ImGui.SetCursorPos(original with { X = original.X - thickness });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue