X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fbidirectional-paragraph-info-run.h;h=f244c8532cec2b51bb8993032645d122893edd16;hp=34af0f787d5394c744696de4f50a75134109165f;hb=eb86a7e2a223a3876fa8be052872df527aad777f;hpb=acbe10c62c46a30c58e08d8971a736f04e68dbf8 diff --git a/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h b/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h index 34af0f7..f244c85 100644 --- a/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h +++ b/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,13 +23,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief BidirectionalParagraphInfoRun * @@ -38,8 +35,9 @@ namespace Text */ struct BidirectionalParagraphInfoRun { - CharacterRun characterRun; ///< The initial character index within the whole text and the number of characters of the run. - BidiInfoIndex bidirectionalInfoIndex; ///< Index to the table with the bidirectional info per paragraph. + CharacterRun characterRun; ///< The initial character index within the whole text and the number of characters of the run. + BidiInfoIndex bidirectionalInfoIndex; ///< Index to the table with the bidirectional info per paragraph. + CharacterDirection direction; ///< The paragraph's direction. }; } // namespace Text