Constructs an instance of TxTextPage.
Configuration options.
ReadonlylayoutThe layout used for text rendering.
ReadonlytextThe full original text.
Returns true if there is more text to be laid out.
The portion of the text that has not yet been processed into a page.
Measures the next page of text using the Canvas 2D API and returns a PageData without rasterizing any sprites. Returns null if there is no remaining text or if no text fits on the page.
Measures and rasterizes the next page in one call. Returns null if there is no remaining text or nothing fit on the page.
Manages the process of laying out and rasterizing text into pages. It works with any TextLayout to support different display shapes.