2.0.0 #92
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user