X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Frendering%2Ftext-renderer.h;h=1d473c59605ecd6fcc697ca74d2d97fb7fa38c8f;hb=edbdf42bbfda9c87246d8142574ce15b36ccd6a8;hp=06781b83df23ca1c1b3ff0cd01a5db7134640198;hpb=00c549366e07db37a58ae6940abbae462d1061ea;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/rendering/text-renderer.h b/dali-toolkit/internal/text/rendering/text-renderer.h index 06781b8..1d473c5 100644 --- a/dali-toolkit/internal/text/rendering/text-renderer.h +++ b/dali-toolkit/internal/text/rendering/text-renderer.h @@ -51,11 +51,15 @@ 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, + Actor textContol, + Property::Index animatablePropertyIndex, float& alignmentOffset, int depth ) = 0;