P
If the '\n'
character is inserted when enter is pressed and the text is editable.
P
If the '\t'
character is inserted when tab is pressed and the text is editable.
P
Auto-selection on focus when the text is selectable.
P
Defines the color of the non-interactive caret.
P
Sets the layout direction used in the layout of the widget and descendants.
P
Configure the anti-aliasing used to render text glyphs inside the widget.
P
Sets the font annotation alternative feature.
P
Sets the font capital variant features.
P
Sets the font character variant alternative feature.
P
Sets the Chinese logographic set.
P
Defines the color the most text glyphs are filled with.
P
Sets the font common ligatures features.
P
Sets the font contextual alternatives feature.
P
Sets the font discretionary ligatures feature.
P
Sets the East Asian figure width.
P
Font family name or list of names for texts in this widget or descendants.
P
Sets font features.
P
Sets the font historical forms alternative feature.
P
Sets the font historical ligatures feature.
P
Sets the Japanese logographic set.
P
Sets the font kerning feature.
P
Sets the font numeric fraction features.
P
Sets the font numeric spacing features.
P
Sets the font numeric variant features.
P
Sets the font ornaments alternative feature.
P
Defines the palette used to render colored glyphs (Emoji).
P
Defines custom palette colors that affect Emoji colors.
P
Sets the font sub/super script position alternative feature.
P
Sets the font size for the widget and descendants.
P
Defines how condensed or expanded the preferred font should be.
P
Defines the skew style of the font glyphs.
P
Sets the font stylistic set alternative feature.
P
Sets the font stylistic alternative feature.
P
Sets the font swash features.
P
Configure if a synthetic font is generated for fonts that do not implement bold or oblique variants.
P
Sets font variations.
P
Defines the thickness or boldness the preferred font should have.
P
Gets the caret char index, if the text is editable.
P
Gets the caret display status, if the text is editable.
P
Gets the number of character in the text.
P
Gets a vector of font and ranges.
P
Gets the number of lines in the text, including wrap lines.
P
Gets the number of wrap lines per text lines.
P
Gets the overflow text, that is a clone of the text starting from the first overflow character.
P
The char or small string that is rendered when text is auto-hyphenated.
P
Configure hyphenation.
P
Style and thickness of the line drawn under the IME preview text.
P
Defines when the interactive carets are used.
P
Defines custom caret visual for interactive caret.
P
Gets if the text has an entire line overflown.
P
Gets if the text is overflown.
P
If text has changed but
txt_parse
has not tried to parse the new text yet.
P
Config the automatic spacing inserted between words and letters when text is aligned to fill.
P
Sets the text language and script for the widget and descendants.
P
Extra spacing added in between text letters. If not set inherits the letter_spacing
from the parent widget.
P
Configuration of text wrapping for Chinese, Japanese, or Korean text.
P
Height of each text line. If not set inherits the line_height
from the parent widget.
P
Extra spacing in-between text lines. If not set inherits the line_spacing
from the parent widget.
P
Maximum number of characters that can be input.
P
If the typed text is obscured in render.
P
Replacement character used when obscuring text.
P
Called after the text changed and interaction has stopped.
P
Draw lines above each text line.
P
Extra spacing in-between paragraphs.
P
Defines the floating mini-toolbar that shows near a new text selection.
P
Position the selection toolbar in relation to the bounding box of all selection rectangles.
P
Defines the floating mini-toolbar that shows near a new text selection.
P
Draw lines across each text line.
P
Length of the TAB character space, relative to the normal space advance.
c
The text string.
P
Alignment of text inside available space.
P
Enable text caret, input and makes the widget focusable.
P
Highlight a text range.
P
Defines if text overflow is truncated, with optional suffix append.
P
Alignment of text inside available space when the text overflows.
P
Value that is parsed from the text and displayed as the text.
P
If
txt_parse
tries to parse after any text change immediately.
P
Shorthand property, disables live parsing and parse on change stop.
P
Enable text selection, copy and makes the widget focusable.
P
Text transform, character replacement applied to the text before it is processed by the text widget.
P
Enables or disables text wrap.
P
Draw lines under each text line.
P
Defines what font line gets traced by the underline.
P
Defines what segments of each text line are skipped when tracing the
underline
.
P
Text white space transform.
Include the font feature config in the widget context.
Set the palette color in the font palette colors.
Includes the font variation config in the widget context.
P
Configure line breaks inside words during text wrap.
P
Extra spacing added to the Unicode U+0020 SPACE
character. If not set inherits the word_spacing
from the parent widget.