TextModel - Layout a given range of characters inside a text.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-view-interface.h
index 5f4f1b5..c121f77 100644 (file)
@@ -65,12 +65,12 @@ public:
   virtual const Vector2& GetControlSize() const = 0;
 
   /**
-   * @brief Retrieves the text's actual size after it has been laid out.
+   * @brief Retrieves the text's layout size.
    *
    * @return The text's size. Note that this may be larger than the control size,
    * in the case where text is scrolling/clipped.
    */
-  virtual const Vector2& GetActualSize() const = 0;
+  virtual const Vector2& GetLayoutSize() const = 0;
 
   /**
    * Retrieves the number of glyphs.