[]
Represents the metrics of a text layout.
public struct TextMetrics
| Name | Description |
|---|---|
| TextMetrics(float, float, int, int, bool) | |
| TextMetrics(float, float, int, int, bool, int) |
| Name | Description |
|---|---|
| CharsFitted | Gets the number of characters fitted within the text layout. |
| FirstSplitPosition | Gets the position of the first split in the text layout. |
| Fitted | Gets a value indicating whether the text was fully fitted within the layout. |
| Height | Gets the height of the text layout. |
| LinesFilled | Gets the number of lines filled by the text layout. |
| Width | Gets the width of the text layout. |