Added offset, font and fontsize as needed for 14
This commit is contained in:
@@ -588,6 +588,11 @@ public static class SeStringUtils
|
||||
|
||||
var drawPos = new Vector2(position.X, position.Y + verticalOffset);
|
||||
ImGui.SetCursorScreenPos(drawPos);
|
||||
|
||||
drawParams.ScreenOffset = drawPos;
|
||||
drawParams.Font = usedFont;
|
||||
drawParams.FontSize = usedFont.FontSize;
|
||||
|
||||
ImGuiHelpers.SeStringWrapped(seString.Encode(), drawParams);
|
||||
|
||||
ImGui.SetCursorScreenPos(position);
|
||||
|
||||
Reference in New Issue
Block a user