X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-view%2Ftext-view-processor-helper-functions.h;h=c543e32b55ddf1b1c2d63a478dbbb8b193f04668;hp=ef9fb2ab719e074c4c3b8805a3ccb6a27a1c7277;hb=c11191b4322a0687606b3e7f05db0a31f85403cc;hpb=59fdf81f3cc2d004cca1b182dee09e42492d51c5 diff --git a/base/dali-toolkit/internal/controls/text-view/text-view-processor-helper-functions.h b/base/dali-toolkit/internal/controls/text-view/text-view-processor-helper-functions.h index ef9fb2a..c543e32 100644 --- a/base/dali-toolkit/internal/controls/text-view/text-view-processor-helper-functions.h +++ b/base/dali-toolkit/internal/controls/text-view/text-view-processor-helper-functions.h @@ -71,13 +71,14 @@ void UpdateSize( Size& size1, const Size& size2, SizeGrowType type = GrowWidth ) TextSeparatorType GetTextSeparatorType( const Character& character ); /** - * Choose a suitable font family name for the given styled text. + * Choose a suitable font family name for the given character. * - * It may modify the text-style of the given text by setting a suitable font-family. + * It may modify the text-style of the given character by setting a suitable font-family. * - * @param[in,out] text Text with style. + * @param[in] character The character. + * @param[in,out] style The style of the character. */ -void ChooseFontFamilyName( MarkupProcessor::StyledText& text ); +void ChooseFontFamilyName( const Character& character, TextStyle& style ); /** * Retrieves the line, word and character indices for the given global character's index.