Add MIN_LINE_SIZE property
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-label-devel.h
index 72ad6f8..9190441 100755 (executable)
@@ -140,6 +140,13 @@ namespace Property
      */
     TEXT_FIT,
 
      */
     TEXT_FIT,
 
+    /**
+     * @brief Sets the height of the line in points.
+     * @details Name "lineSize", type Property::FLOAT.
+     * @note If the font size is larger than the line size, it works with the font size.
+     */
+    MIN_LINE_SIZE,
+
   };
 
 } // namespace Property
   };
 
 } // namespace Property