Updates following rename of PropertyBuffer to VertexBuffer
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / vector-based / vector-based-renderer.h
index 0b7a44e..4a7e75b 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
-#define __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
+#ifndef DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H
+#define DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -44,13 +44,13 @@ public:
   static RendererPtr New();
 
   /**
-   * @brief Render the glyphs from a ViewInterface.
-   *
-   * @param[in] view The interface to a view.
-   * @param[in] depth The depth in the tree of the parent.
-   * @return The Renderable actor used to position the text.
+   * @copydoc Renderer::Render()
    */
-  virtual Actor Render( ViewInterface& view, int depth );
+  virtual Actor Render( ViewInterface& view,
+                        Actor textControl,  // Functionality not supported but defined in interface
+                        Property::Index animatablePropertyIndex, // Functionality not supported but defined in interface
+                        float& alignmentOffset,
+                        int depth );
 
 protected:
 
@@ -84,4 +84,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H__
+#endif // DALI_TOOLKIT_TEXT_VECTOR_BASED_RENDERER_H