X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fbidirectional-line-info-run.h;h=c04918bef52a330456b8d2b574de9ce9326ca8ae;hb=f8abce594a03f5c11e363da5c13f54000496008a;hp=e34e6d0782925fffa1d8601ff1b6cdff98487b1d;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/bidirectional-line-info-run.h b/dali-toolkit/internal/text/bidirectional-line-info-run.h index e34e6d0..c04918b 100644 --- a/dali-toolkit/internal/text/bidirectional-line-info-run.h +++ b/dali-toolkit/internal/text/bidirectional-line-info-run.h @@ -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