Merge "Relayout again for LTR / RTL order when layout direction is changed." into...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / text / text-enumerations-devel.h
index 5062417..4e9b278 100644 (file)
@@ -38,6 +38,18 @@ enum Type
 
 } // namespace TextDirection
 
+namespace VerticalLineAlignment
+{
+
+enum Type
+{
+  TOP,
+  MIDDLE,
+  BOTTOM
+};
+
+} // namespace VerticalLineAlignment
+
 } // namespace DevelText
 
 } // namespace Toolkit