Added Property for the rendering back-end
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / text-controls / text-label.cpp
index 15bb52c..e647d8a 100644 (file)
@@ -27,6 +27,7 @@ namespace Dali
 namespace Toolkit
 {
 
+const std::string TextLabel::RENDERING_BACKEND_PROPERTY_NAME("rendering-backend");
 const std::string TextLabel::TEXT_PROPERTY_NAME("text");
 const std::string TextLabel::MULTI_LINE_PROPERTY_NAME("multi-line");
 
@@ -62,11 +63,6 @@ TextLabel TextLabel::DownCast( BaseHandle handle )
   return Control::DownCast<TextLabel, Internal::TextLabel>(handle);
 }
 
-void TextLabel::SetRenderer( Text::RendererPtr renderer )
-{
-  GetImpl(*this).SetRenderer( renderer );
-}
-
 TextLabel::TextLabel( Internal::TextLabel& implementation )
 : Control(implementation)
 {