Revert "Added UNDERLINE_HEIGHT property to TextLabel to override adaptor metrics...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-view-interface.h
index 68d5e97..116ad50 100644 (file)
@@ -117,19 +117,12 @@ public:
   virtual const Vector4& GetUnderlineColor() const = 0;
 
   /**
-   * @brief Returns whether underline is enabled or not.
+   * @brief Returns whether is underline is enabled or not.
    *
    * @return The underline state.
    */
   virtual bool IsUnderlineEnabled() const = 0;
 
-  /**
-   * @brief Retrieves the underline height override
-   *
-   * @return Returns the override height for an underline, 0 indicates that adaptor will determine the height
-   */
-  virtual float GetUnderlineHeight() const = 0;
-
 };
 
 } // namespace Text