X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fparagraph-run.h;h=94e938209d62d32bb3e0e1b7a1a3cb0a4800cf5e;hp=64f2fa1abec1f9f9984fe43d2fc799eb60380d6e;hb=HEAD;hpb=acbe10c62c46a30c58e08d8971a736f04e68dbf8 diff --git a/dali-toolkit/internal/text/paragraph-run.h b/dali-toolkit/internal/text/paragraph-run.h index 64f2fa1..94e9382 100644 --- a/dali-toolkit/internal/text/paragraph-run.h +++ b/dali-toolkit/internal/text/paragraph-run.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_PARAGRAPH_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. @@ -26,13 +26,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief ParagraphRun * @@ -41,8 +38,8 @@ namespace Text */ struct ParagraphRun { - CharacterRun characterRun; ///< The initial character index within the whole text and the number of characters of the run. - Size layoutSize; ///< The size of the paragraph when is laid-out. + CharacterRun characterRun; ///< The initial character index within the whole text and the number of characters of the run. + Size layoutSize; ///< The size of the paragraph when is laid-out. }; } // namespace Text