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=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hp=2872395b30d96f9a790e994e456e2d1320ee1fbc;hpb=bf830dcf9aa1a53392edb19948d1b4d1dc410a63;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 2872395..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. @@ -47,6 +47,8 @@ public: * @copydoc Renderer::Render() */ virtual Actor Render( ViewInterface& view, + Actor textControl, + Property::Index animatablePropertyIndex, float& alignmentOffset, int depth ); @@ -82,4 +84,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H__ +#endif // DALI_TOOLKIT_TEXT_ATLAS_RENDERER_H