|
Tizen Native API
5.0
|
Enumerations | |
| enum | |
| Enumeration for the instance of properties belonging to the TextVisual. More... | |
| anonymous enum |
Enumeration for the instance of properties belonging to the TextVisual.
| TEXT |
The text to display in UTF-8 format. name "text", type Property::STRING.
|
| FONT_FAMILY |
The requested font family to use. name "fontFamily", type Property::STRING.
|
| FONT_STYLE |
The requested font style to use. name "fontStyle", type Property::MAP.
|
| POINT_SIZE |
The size of font in points. name "pointSize", type Property::FLOAT.
|
| MULTI_LINE |
The single-line or multi-line layout option. name "multiLine", type Property::BOOLEAN, default false.
|
| HORIZONTAL_ALIGNMENT |
The line horizontal alignment. Name "horizontalAlignment", type HorizontalAlignment::Type (Property::INTEGER) or Property::STRING.
|
| VERTICAL_ALIGNMENT |
The line vertical alignment. name "verticalAlignment", VerticalAlignment::Type (Property::INTEGER) or Property::STRING
|
| TEXT_COLOR |
The color of the text. name "textColor", type Property::VECTOR4.
|
| ENABLE_MARKUP |
Whether the mark-up processing is enabled. name "enableMarkup", type Property::BOOLEAN.
|
| SHADOW |
The shadow parameters. name "shadow", type Property::MAP.
|
| UNDERLINE |
The default underline parameters. name "underline", type Property::MAP.
|