Font-GetStringSize(string_int_int).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Font
Font.GetStringSize(string, int, int) Method
Retrieves height and width for a string
public void GetStringSize(string text, ref int height, ref int width);
Parameters
text System.String
height System.Int32
width System.Int32