Dali-Text: Keyboard Shortcuts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / bidirectional-line-info-run.h
index e34e6d0..c04918b 100644 (file)
@@ -37,7 +37,8 @@ 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.
-  CharacterDirection direction;          ///< Direction of the first character of the paragraph.
+  CharacterDirection direction:1;        ///< Direction of the first character of the paragraph.
+  bool               isIdentity:1;       ///< Whether the map is the identity.
 };
 
 } // namespace Text