X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fscript-run.h;h=ce0698f7d9129e1f890b939ef2fb420b62e6159e;hp=3533df63995699e1b67d9e7ab43068e1af17b90e;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=cc82bd9b187cda8fe2c8336b73fd1fa9376cfebd diff --git a/dali-toolkit/internal/text/script-run.h b/dali-toolkit/internal/text/script-run.h old mode 100644 new mode 100755 index 3533df6..ce0698f --- a/dali-toolkit/internal/text/script-run.h +++ b/dali-toolkit/internal/text/script-run.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_SCRIPT_RUN_H__ -#define __DALI_TOOLKIT_TEXT_SCRIPT_RUN_H__ +#ifndef DALI_TOOLKIT_TEXT_SCRIPT_RUN_H +#define DALI_TOOLKIT_TEXT_SCRIPT_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. @@ -37,6 +37,7 @@ struct ScriptRun { 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 }; } // namespace Text @@ -45,4 +46,4 @@ struct ScriptRun } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_SCRIPT_RUN_H__ +#endif // DALI_TOOLKIT_TEXT_SCRIPT_RUN_H