MeasureTextSize(string, float, MeasureMode, float, MeasureMode)
Computes the size needed to display a text string based on element style values such as font, font-size, and word-wrap.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Vector2 MeasureTextSize(string textToMeasure, float width, VisualElement.MeasureMode widthMode, float height, VisualElement.MeasureMode heightMode)
Parameters
The text to measure.
Suggested width. Can be zero.
Width restrictions.
Suggested height.
Height restrictions.
Returns
Type | Description |
|---|---|
| Vector2 | The horizontal and vertical size needed to display the text string. |