Revert "Added UNDERLINE_HEIGHT property to TextLabel to override adaptor metrics...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-view.h
index ba4d3bd..b9bd7fc 100644 (file)
@@ -77,6 +77,11 @@ public:
                                   Length numberOfGlyphs ) const;
 
   /**
+   * @copydoc Dali::Toolkit::Text::ViewInterface::GetTextColor()
+   */
+  virtual const Vector4& GetTextColor() const;
+
+  /**
    * @copydoc Dali::Toolkit::Text::ViewInterface::GetShadowOffset()
    */
   virtual const Vector2& GetShadowOffset() const;
@@ -86,6 +91,16 @@ public:
    */
   virtual const Vector4& GetShadowColor() const;
 
+  /**
+   * @copydoc Dali::Toolkit::Text::ViewInterface::GetUnderlineColor()
+   */
+  virtual const Vector4& GetUnderlineColor() const;
+
+  /**
+   * @copydoc Dali::Toolkit::Text::ViewInterface::IsUnderlineEnabled()
+   */
+  virtual bool IsUnderlineEnabled() const;
+
 private:
 
   // Undefined