Fix for text renderer. Set the right size in order to cull the actor correctly.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / bidirectional-line-info-run.h
index 90c8514..355668d 100644 (file)
@@ -35,9 +35,9 @@ namespace Text
  */
 struct BidirectionalLineInfoRun
 {
-  CharacterRun    characterRun;       ///< The initial character index within the whole text and the number of characters of the run.
-  CharacterIndex* visualToLogicalMap; ///< Pointer to the visual to logical map table.
-  CharacterIndex* logicalToVisualMap; ///< Pointer to the logical to visual map table.
+  CharacterRun       characterRun;       ///< The initial character index within the whole text and the number of characters of the run.
+  CharacterIndex*    visualToLogicalMap; ///< Pointer to the visual to logical map table.
+  CharacterDirection direction;          ///< Direction of the first character of the paragraph.
 };
 
 } // namespace Text