GUIStyle.CalcHeight
CalcHeight(content: GUIContent, width: float): float;
float CalcHeight(GUIContent content, float width);
def CalcHeight(content as GUIContent, width as float) as float
Description

How tall this element will be when rendered with content and a specific width.