X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Fatlas%2Ftext-atlas-renderer.h;h=131dd26ede1418e45411b7ddef7cfcd162d5881f;hb=2ca1c3856ce848a94f54444f1014a820e91ee207;hp=809c236fb0d01a4e6df5f015f0431275c072b8a6;hpb=88e94c0533741de9664d32968a85f18db5a4c5dd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h index 809c236..131dd26 100644 --- a/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h +++ b/dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.h @@ -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 -#include namespace Dali { @@ -45,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, + Property::Index animatablePropertyIndex, + float& alignmentOffset, + int depth ); protected: @@ -85,4 +84,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__ +#endif // DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H