(TextController) Reformatted to reduce LOC
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / script-run.h
index 3533df6..acdd7a7 100644 (file)
@@ -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) 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.
 
 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
 };
 
 } // namespace Text
@@ -45,4 +43,4 @@ struct ScriptRun
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_SCRIPT_RUN_H__
+#endif // DALI_TOOLKIT_TEXT_SCRIPT_RUN_H