Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / text-controls / text-label.h
index cc3cf24..e36b44a 100644 (file)
@@ -57,12 +57,12 @@ public:
   {
     enum
     {
-      PROPERTY_RENDERING_BACKEND = PROPERTY_START_INDEX, ///< name "rendering-backend", The type or rendering e.g. bitmap-based,      type INT
-      PROPERTY_TEXT,                                     ///< name "text",              The text to display in UTF-8 format,          type STRING
-      PROPERTY_FONT_FAMILY,                              ///< name "font-family",       The requested font family,                    type STRING
-      PROPERTY_FONT_STYLE,                               ///< name "font-style",        The requested font style e.g. Regular/Italic, type STRING
-      PROPERTY_POINT_SIZE,                               ///< name "point-size",        The size of font in points,                   type FLOAT
-      PROPERTY_MULTI_LINE,                               ///< name "multi-line",        The single-line or multi-line layout option,  type BOOLEAN
+      RENDERING_BACKEND = PROPERTY_START_INDEX, ///< name "rendering-backend", The type or rendering e.g. bitmap-based,      type INT
+      TEXT,                                     ///< name "text",              The text to display in UTF-8 format,          type STRING
+      FONT_FAMILY,                              ///< name "font-family",       The requested font family,                    type STRING
+      FONT_STYLE,                               ///< name "font-style",        The requested font style e.g. Regular/Italic, type STRING
+      POINT_SIZE,                               ///< name "point-size",        The size of font in points,                   type FLOAT
+      MULTI_LINE,                               ///< name "multi-line",        The single-line or multi-line layout option,  type BOOLEAN
     };
   };