Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Text

class in UI

Description

Text is a simple widget that allows you to print text on screen. It has various options like word wrapping, text alignment, and so on.

Properties

NameTypeAccessDescription
text_asyncstringset

sets the text of UI element. applied at the end of frame.

Static Methods

Return TypeSignatureDescription
Textnew ( TextBuilder state )