X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-view%2Ftext-view-processor.h;h=a38eaa77a7536ee8aabb56a867df89223e44d362;hb=12abbd996128aa2bc08677041f957938bee72245;hp=bd31fd155d790c336cefa7111ae90263901a7027;hpb=4306459adff5af631450cc660ca9dc8afd44d195;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/internal/controls/text-view/text-view-processor.h b/base/dali-toolkit/internal/controls/text-view/text-view-processor.h index bd31fd1..a38eaa7 100644 --- a/base/dali-toolkit/internal/controls/text-view/text-view-processor.h +++ b/base/dali-toolkit/internal/controls/text-view/text-view-processor.h @@ -97,7 +97,7 @@ void UpdateTextInfo( std::size_t position, * Updates the layout data structure by modifying the space between lines. * * @param[in] lineHeightOffset The new space between lines. - * @param[in,out] textLayoutInfo Layout info for all groups of characters, words, groups of words, lines and the whole text. + * @param[in,out] textLayoutInfo Layout info for all characters, words, lines and the whole text. */ void UpdateTextInfo( float lineHeightOffset, TextLayoutInfo& textLayoutInfo ); @@ -115,13 +115,6 @@ void UpdateTextInfo( const TextStyle& style, TextStyle::Mask mask, TextView::RelayoutData& relayoutData ); -/** - * Traverse all text initializing all non initialized text-actor handles. - * - * @param[in,out] relayoutData Natural size (metrics), layout, text-actor info. - */ -void InitializeTextActorInfo( TextView::RelayoutData& relayoutData ); - } // namespace TextViewProcessor } // namespace Internal