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... | |
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.