X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Ftext-renderer.h;h=65fbf50b51d7282cb1a46881361ae095c03cf377;hp=cc7c8f4ee02e7fe580d8422698cdb30cfa9c14ba;hb=acbe10c62c46a30c58e08d8971a736f04e68dbf8;hpb=5b3cf0e6742934674bdf62bbe15af00e39eae566 diff --git a/dali-toolkit/internal/text/rendering/text-renderer.h b/dali-toolkit/internal/text/rendering/text-renderer.h index cc7c8f4..65fbf50 100644 --- a/dali-toolkit/internal/text/rendering/text-renderer.h +++ b/dali-toolkit/internal/text/rendering/text-renderer.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_RENDERER_H__ -#define __DALI_TOOLKIT_TEXT_RENDERER_H__ +#ifndef DALI_TOOLKIT_TEXT_RENDERER_H +#define DALI_TOOLKIT_TEXT_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. @@ -51,10 +51,17 @@ public: * @brief Render the glyphs from a ViewInterface. * * @param[in] view The interface to a view. + * @param[in] textControl handle to the text control + * @param[in] animatablePropertyIndex textControl specific animatable property + * @param[out] alignmentOffset Offset used to internally align the placement actor. * @param[in] depth The depth in the tree of the parent. * @return The Renderable actor used to position the text. */ - virtual Actor Render( ViewInterface& view, int depth ) = 0; + virtual Actor Render( ViewInterface& view, + Actor textContol, + Property::Index animatablePropertyIndex, + float& alignmentOffset, + int depth ) = 0; protected: @@ -83,4 +90,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_RENDERER_H__ +#endif // DALI_TOOLKIT_TEXT_RENDERER_H