X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fbidirectional-line-info-run.h;h=355668d6574fda13a0d2c3609c6675b194cc4112;hb=e5d379064ba0e9a68d1d2680906952dbde263f34;hp=90c8514a7122287a89e3b336d68a68d9337069cb;hpb=eea53605c5acb244aebb72d75bdd9b3a68a9678a;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 90c8514..355668d 100644 --- a/dali-toolkit/internal/text/bidirectional-line-info-run.h +++ b/dali-toolkit/internal/text/bidirectional-line-info-run.h @@ -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