TextVisual implementation.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / visuals / visual-properties.h
index 989d938..c64a73c 100644 (file)
@@ -43,6 +43,7 @@ enum Type
   MESH, ///< Renders a mesh using an "obj" file, optionally with textures provided by an "mtl" file. @SINCE_1_1.45
   PRIMITIVE, ///< Renders a simple 3D shape, such as a cube or sphere. @SINCE_1_1.45
   WIREFRAME, ///< Renders a simple wire-frame outlining a quad. @SINCE_1_2_2
+  TEXT, ///< Renders text. @SINCE_1_2.11
 };
 
 namespace Property