[]
Fits all or the first portion of the original text layout into the current layout bounds.
public TextLayout Split(TextSplitOptions splitOptions)
Public Function Split(splitOptions As TextSplitOptions) As TextLayout
Type | Name | Description |
---|---|---|
TextSplitOptions | splitOptions | Options controlling how to split the text. |
Type | Description |
---|---|
TextLayout | The split portion (the text that fits in the specified bounds and can be rendered), or null if there is nothing more to render. |