X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-field.h;h=f2205f52a8f248201f716ba1cef2b7c920869783;hp=9b6453d012f4975705e34de880ecbc76a14593d3;hb=4d763eb68b5aa2448dfc81d90fc5ce598c68c99f;hpb=75204e2d0d9f51edce88c41a7fb748b41d4b21aa diff --git a/dali-toolkit/public-api/controls/text-controls/text-field.h b/dali-toolkit/public-api/controls/text-controls/text-field.h index 9b6453d..f2205f5 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-field.h +++ b/dali-toolkit/public-api/controls/text-controls/text-field.h @@ -76,7 +76,7 @@ public: MAX_LENGTH, ///< name "maxLength" The maximum number of characters that can be inserted, type INTEGER EXCEED_POLICY, ///< name "exceedPolicy" Specifies how the text is truncated when it does not fit, type INTEGER HORIZONTAL_ALIGNMENT, ///< name "horizontalAlignment", The line horizontal alignment, type STRING, values "BEGIN", "CENTER", "END" - VERTICAL_ALIGNMENT, ///< name "verticalAlignment", The line vertical alignment, type STRING, values "TOP", "CENTER", "BOTTOM" + VERTICAL_ALIGNMENT, ///< name "verticalAlignment", The line vertical alignment, type STRING, values "TOP", "CENTER", "BOTTOM" TEXT_COLOR, ///< name "textColor", The text color, type VECTOR4 PLACEHOLDER_TEXT_COLOR, ///< name "placeholderTextColor", The placeholder-text color, type VECTOR4 SHADOW_OFFSET, ///< name "shadowOffset", The drop shadow offset 0 indicates no shadow, type VECTOR2 @@ -101,6 +101,10 @@ public: DECORATION_BOUNDING_BOX, ///< name "decorationBoundingBox", The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE INPUT_METHOD_SETTINGS, ///< name "inputMethodSettings", The settings to relating to the System's Input Method, Key and Value type MAP INPUT_COLOR, ///< name "inputColor", The color of the new input text, type VECTOR4 + ENABLE_MARKUP, ///< name "enableMarkup", Whether the mark-up processing is enabled. type BOOLEAN + INPUT_FONT_FAMILY, ///< name "inputFontFamily", The font's family of the new input text, type STRING + INPUT_FONT_STYLE, ///< name "inputFontStyle", The font's style of the new input text, type STRING + INPUT_POINT_SIZE ///< name "inputPointSize", The font's size of the new input text in points, type FLOAT }; };