Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / bidirectional-line-info-run.h
index 9aeea2a..e34e6d0 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_INFO_RUN_H__
-#define __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_INFO_RUN_H__
+#ifndef DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_INFO_RUN_H
+#define DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_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.
@@ -35,8 +35,9 @@ namespace Text
  */
 struct BidirectionalLineInfoRun
 {
-  CharacterRun    characterRun;       ///< The initial character index within the whole text and the number of characters of the run.
-  CharacterIndex* visualToLogicalMap; ///< Pointer to the visual to logical map table.
+  CharacterRun       characterRun;       ///< The initial character index within the whole text and the number of characters of the run.
+  CharacterIndex*    visualToLogicalMap; ///< Pointer to the visual to logical map table.
+  CharacterDirection direction;          ///< Direction of the first character of the paragraph.
 };
 
 } // namespace Text
@@ -45,4 +46,4 @@ struct BidirectionalLineInfoRun
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_INFO_RUN_H__
+#endif // DALI_TOOLKIT_TEXT_BIDIRECTIONAL_LINE_INFO_RUN_H