Size negotiation patch 4: Remove SetRelayoutEnabled
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index 076897a..a5dd91b 100644 (file)
@@ -243,14 +243,14 @@ public:
   bool IsUnderlineEnabled() const;
 
   /**
-   * @brief Set the override used for underline height, 0 indicates height will be supplied by adaptor
+   * @brief Set the override used for underline height, 0 indicates height will be supplied by font metrics
    *
    * @param[in] height The height in pixels of the underline
    */
   void SetUnderlineHeight( float height );
 
   /**
-   * @brief Retrieves the override height of an underline, 0 indicates height is supplied by adaptor
+   * @brief Retrieves the override height of an underline, 0 indicates height is supplied by font metrics
    *
    * @return The height of the underline, or 0 if height is not overrided.
    */