Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / atlas / text-atlas-renderer.h
index e259621..131dd26 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__
-#define __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__
+#ifndef DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H
+#define DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H
 
 /*
- * Copyright (c) 2015 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.
@@ -20,7 +20,6 @@
 
 // INTERNAL INCLUDES
 #include <dali-toolkit/internal/text/rendering/text-renderer.h>
-#include <dali-toolkit/internal/text/text-definitions.h>
 
 namespace Dali
 {
@@ -45,12 +44,13 @@ public:
   static RendererPtr New();
 
   /**
-   * @brief Render the glyphs from a ViewInterface.
-   *
-   * @param[in] view The interface to a view.
-   * @return The Renderable actor used to position the text.
+   * @copydoc Renderer::Render()
    */
-  virtual RenderableActor Render( ViewInterface& view );
+  virtual Actor Render( ViewInterface& view,
+                        Actor textControl,
+                        Property::Index animatablePropertyIndex,
+                        float& alignmentOffset,
+                        int depth );
 
 protected:
 
@@ -84,4 +84,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__
+#endif // DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H