fix outlined font
This commit is contained in:
@@ -244,7 +244,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
||||
|
||||
using (ImRaii.PushColor(ImGuiCol.Text, outlineColor))
|
||||
{
|
||||
ImGui.PushStyleColor(ImGuiCol.Text, outlineColor);
|
||||
ImGui.SetCursorPos(original with { Y = original.Y - thickness });
|
||||
ImGui.TextUnformatted(text);
|
||||
ImGui.SetCursorPos(original with { X = original.X - thickness });
|
||||
|
||||
Reference in New Issue
Block a user