[]
Layouts a text with attempt to find min possible font
TextLayoutResult LayoutShrinkToFit(string text, Font font, float width, float height, TextLayoutParams param, out float fontSize)
| Type | Name | Description |
|---|---|---|
| string | text | |
| Font | font | |
| float | width | Width in inches |
| float | height | Height in inches |
| TextLayoutParams | param | |
| float | fontSize | Result font size |
| Type | Description |
|---|---|
| TextLayoutResult |