2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
Showing only changes of commit d766c2c42e - Show all commits

View File

@@ -588,6 +588,11 @@ public static class SeStringUtils
var drawPos = new Vector2(position.X, position.Y + verticalOffset); var drawPos = new Vector2(position.X, position.Y + verticalOffset);
ImGui.SetCursorScreenPos(drawPos); ImGui.SetCursorScreenPos(drawPos);
drawParams.ScreenOffset = drawPos;
drawParams.Font = usedFont;
drawParams.FontSize = usedFont.FontSize;
ImGuiHelpers.SeStringWrapped(seString.Encode(), drawParams); ImGuiHelpers.SeStringWrapped(seString.Encode(), drawParams);
ImGui.SetCursorScreenPos(position); ImGui.SetCursorScreenPos(position);