Merge "bug fixed about the rtl markup behavior." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / script-run.h
old mode 100644 (file)
new mode 100755 (executable)
index 3533df6..3f6b678
@@ -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