X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fscript-run.h;h=acdd7a75ad6d21d4e76189f192459d4fc8fcabc7;hb=75fe6c4a2f784bd52ccf8eb16049317825338a6e;hp=ce0698f7d9129e1f890b939ef2fb420b62e6159e;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/script-run.h b/dali-toolkit/internal/text/script-run.h old mode 100755 new mode 100644 index ce0698f..acdd7a7 --- a/dali-toolkit/internal/text/script-run.h +++ b/dali-toolkit/internal/text/script-run.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_SCRIPT_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,20 +23,17 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief Run of characters with the same script. */ struct ScriptRun { - CharacterRun characterRun; ///< The initial character index and the number of characters of the run. - Script script; ///< Script of the run. + CharacterRun characterRun; ///< The initial character index and the number of characters of the run. + Script script; ///< Script of the run. bool isRightToLeft; ///< Whether is right to left direction };