Move TextSelectionPopup from public to devel
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / line-run.h
index a71dc0f..5668669 100644 (file)
@@ -45,7 +45,8 @@ struct LineRun
   float              ascender;       ///< The line's ascender.
   float              descender;      ///< The line's descender.
   float              extraLength;    ///< The length of the white spaces at the end of the line.
-  CharacterDirection direction;      ///< Direction of the first character of the paragraph.
+  CharacterDirection direction : 1;  ///< Direction of the first character of the paragraph.
+  bool               ellipsis  : 1;  ///< Wheter ellipsis is added to the line.
 };
 
 } // namespace Text