Decorator to show cursor
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / text / layouts / layout-engine.h
index 87a8980..bc328c1 100644 (file)
@@ -35,7 +35,6 @@ namespace Toolkit
 namespace Text
 {
 
-class LogicalModel;
 class VisualModel;
 
 /**
@@ -69,6 +68,13 @@ public:
   void SetLayout( Layout layout );
 
   /**
+   * @brief Query the required layout.
+   *
+   * @return The required layout.
+   */
+  unsigned int GetLayout() const;
+
+  /**
    * @brief Store the visual position of glyphs in the VisualModel.
    *
    * @param[in] boundingBox The size of the box containing the text.