X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-span.h;h=f5c49f620c396ddec4d4edfd982563a54c80d7e1;hp=330caf164bafa684c586e587fe65ce5661befff0;hb=ee33f54bcefdc59971ffa428e6f8e4bdd31b94ed;hpb=74a79d8093336c771d667ad0c0b58909f58abd32 diff --git a/dali-toolkit/internal/text/markup-processor-span.h b/dali-toolkit/internal/text/markup-processor-span.h index 330caf1..f5c49f6 100644 --- a/dali-toolkit/internal/text/markup-processor-span.h +++ b/dali-toolkit/internal/text/markup-processor-span.h @@ -33,10 +33,18 @@ struct MarkupProcessData; * @param[in] tag The span tag and its attributes. * @param[out] colorRun the color run to be filled. * @param[out] fontRun the font run to be filled. + * @param[out] underlinedCharacterRun the underlined character run to be filled. * @param[out] isColorDefined if the span has color defined. * @param[out] isFontDefined if the span has font defined. + * @param[out] isUnderlinedCharacterDefined if the span has underlined-character defined. */ -void ProcessSpanTag(const Tag& tag, ColorRun& colorRun, FontDescriptionRun& fontRun, bool& isColorDefined, bool& isFontDefined); +void ProcessSpanTag(const Tag& tag, + ColorRun& colorRun, + FontDescriptionRun& fontRun, + UnderlinedCharacterRun& underlinedCharacterRun, + bool& isColorDefined, + bool& isFontDefined, + bool& isUnderlinedCharacterDefined); } // namespace Text