TextConcept is the base class for the nodes that implement text rendering. More...
#include <kanzi/ui/node/concept/text_block.hpp>
Static Public Member Functions | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
Properties | |
| static PropertyType< bool > | WordWrapProperty |
| Breaks long text lines to multiple lines to make the text fit within the boundaries of a Text Block node. More... | |
| static PropertyType< bool > | HyphenateProperty |
| Adds a hyphen at the end of a line to split a word that is too long to fit on a single line. More... | |
TextConcept is the base class for the nodes that implement text rendering.
|
static |
|
static |
Breaks long text lines to multiple lines to make the text fit within the boundaries of a Text Block node.
The default value is false.
|
static |
Adds a hyphen at the end of a line to split a word that is too long to fit on a single line.
The default value is false.