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=44a961486780934fd79336685817ea9ab4b6fafa;hp=feefa84a52acc06d7a42aeec6b523851bfb7cde7;hb=528aa3699cd51dab5115bca1aaebb65d4bc67c15;hpb=cc82bd9b187cda8fe2c8336b73fd1fa9376cfebd diff --git a/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h b/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h index feefa84..44a9614 100644 --- a/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h +++ b/dali-toolkit/internal/text/bidirectional-paragraph-info-run.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H__ -#define __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H__ +#ifndef DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H +#define DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -40,6 +40,7 @@ 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. + CharacterDirection direction; ///< The paragraph's direction. }; } // namespace Text @@ -48,4 +49,4 @@ struct BidirectionalParagraphInfoRun } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H__ +#endif // DALI_TOOLKIT_TEXT_BIDIRECTIONAL_PARAGRAPH_INFO_RUN_H