X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-label.h;h=8391682e2d94ace6dba8ff9f2e36374e1f5195d2;hb=43304152ae02a473296e85846bf8c1b08bd918ac;hp=1c83e62a328d5855eb243489e9aee8d0de6b23be;hpb=cbf1db0d70086e78736daaf1a4f0dc3e832378e3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-label.h b/dali-toolkit/public-api/controls/text-controls/text-label.h index 1c83e62..8391682 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-label.h +++ b/dali-toolkit/public-api/controls/text-controls/text-label.h @@ -43,12 +43,14 @@ class DALI_IMPORT_API TextLabel : public Control public: // Property indices - static const Property::Index PROPERTY_TEXT; ///< name "text", type STRING - static const Property::Index PROPERTY_MULTI_LINE; ///< name "multi-line", type BOOLEAN + static const Property::Index PROPERTY_RENDERING_BACKEND; ///< name "rendering-backend", type UNSIGNED INT + static const Property::Index PROPERTY_TEXT; ///< name "text", type STRING + static const Property::Index PROPERTY_MULTI_LINE; ///< name "multi-line", type BOOLEAN // Property names - static const std::string TEXT_PROPERTY_NAME; ///< Property, name "text", type STRING - static const std::string MULTI_LINE_PROPERTY_NAME; ///< Property, name "multi-line", type BOOLEAN + static const std::string RENDERING_BACKEND_PROPERTY_NAME; ///< Property, name "rendering-backend", type UNSIGNED INT + static const std::string TEXT_PROPERTY_NAME; ///< Property, name "text", type STRING + static const std::string MULTI_LINE_PROPERTY_NAME; ///< Property, name "multi-line", type BOOLEAN /** * Create the TextLabel control. @@ -94,13 +96,6 @@ public: */ static TextLabel DownCast( BaseHandle handle ); - /** - * @brief Set the rendering back-end used by the TextLabel. - * - * @param[in] renderer The text renderer to use. - */ - void SetRenderer( Text::RendererPtr renderer ); - public: // Not intended for application developers /**