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