An enumeration of properties belonging to the TextLabel class.
More...
Detailed Description
An enumeration of properties belonging to the TextLabel class.
- Since :
- 2.4
Member Enumeration Documentation
- Enumerator:
RENDERING_BACKEND |
The type of rendering, type INT.
- Since :
- 2.4
- See also:
- RenderingType
|
TEXT |
The text to display in UTF-8 format, type STRING.
- Since :
- 2.4
|
FONT_FAMILY |
The requested font family, type STRING.
- Since :
- 2.4
|
FONT_STYLE |
The requested font style, type STRING.
- Since :
- 2.4
|
POINT_SIZE |
The size of font in points, type FLOAT.
- Since :
- 2.4
|
MULTI_LINE |
The single-line or multi-line layout option, type BOOLEAN.
- Since :
- 2.4
|
HORIZONTAL_ALIGNMENT |
The line horizontal alignment, type STRING, values "BEGIN", "CENTER", "END".
- Since :
- 2.4
|
VERTICAL_ALIGNMENT |
The line vertical alignment, type STRING, values "TOP", "CENTER", "BOTTOM".
- Since :
- 2.4
|
TEXT_COLOR |
The text color, type VECTOR4.
- Since :
- 2.4
|
SHADOW_OFFSET |
The drop shadow offset 0 indicates no shadow, type VECTOR2.
- Since :
- 2.4
|
SHADOW_COLOR |
The color of a drop shadow, type VECTOR4.
- Since :
- 2.4
|
UNDERLINE_ENABLED |
The underline enabled flag, type BOOLEAN.
- Since :
- 2.4
|
UNDERLINE_COLOR |
The color of the underline, type VECTOR4.
- Since :
- 2.4
|
UNDERLINE_HEIGHT |
Overrides the underline height from font metrics, type FLOAT.
- Since :
- 2.4
|