Uses depth within tree to set the depth index of text controls and their renderers.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / basic / text-basic-renderer.h
index 6a7e1a0..793c277 100644 (file)
@@ -51,9 +51,11 @@ public:
    * @brief Render the glyphs from a ViewInterface.
    *
    * @param[in] view The interface to a view.
+   * @param[in] depth The tree depth of the parent.
+   * .
    * @return The Renderable actor used to position the text.
    */
-  virtual Actor Render( ViewInterface& view );
+  virtual Actor Render( ViewInterface& view, unsigned int depth );
 
 protected: