function CalcMinMaxWidth (content : GUIContent, out minWidth : float, out maxWidth : float) : void
Description描述
Calculate the minimum and maximum widths for this style rendered with content.
计算这个样式渲染内容的最小最大宽度。
Used by GUILayout to handle word-wrapping elements correctly.
用于GUILayout来正确处理自动换行元素。