[]
Initialize new instance of TextLayoutResult class.
public TextLayoutResult(string[] strings, SizeF size, string[] logicalStrings = null)
| Type | Name | Description |
|---|---|---|
| string[] | strings | Text lines after text layout. |
| SizeF | size | Result size in inches |
| string[] | logicalStrings | Logical strings for justify alignment algorithms. Null otherwise. |