[]
public TextMetrics(float width, float height, int linesFilled, int charsFitted, bool fitted = false)
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height | |
| int | linesFilled | |
| int | charsFitted | |
| bool | fitted |
public TextMetrics(float width, float height, int linesFilled, int charsFitted, bool fitted, int firstSplitPosition)
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height | |
| int | linesFilled | |
| int | charsFitted | |
| bool | fitted | |
| int | firstSplitPosition |