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=5630fd39b92529e4c41e3523799fa2e924b2c9c7;hp=6c29554b7feacc42c61d794e712bf00fd3b031ab;hb=c49e595f12e9e56cd7c35262eb52ae1f2d9b685b;hpb=1d6351bc6c29b125b71b266f4a8d0f25413e099d diff --git a/dali-toolkit/internal/text/markup-processor-span.h b/dali-toolkit/internal/text/markup-processor-span.h index 6c29554..5630fd3 100644 --- a/dali-toolkit/internal/text/markup-processor-span.h +++ b/dali-toolkit/internal/text/markup-processor-span.h @@ -36,23 +36,27 @@ struct MarkupProcessData; * @param[out] underlinedCharacterRun the underlined character run to be filled. * @param[out] backgroundColorRun the background color run to be filled. * @param[out] strikethroughRun the strikethrough run to be filled. + * @param[out] characterSpacingCharacterRun the character-spacing 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. * @param[out] isBackgroundColorDefined if the span has background color defined. * @param[out] isStrikethroughDefined if the span has strikethrough defined. + * @param[out] isCharacterSpacingDefined if the span has character-spacing defined. */ -void ProcessSpanTag(const Tag& tag, - ColorRun& colorRun, - FontDescriptionRun& fontRun, - UnderlinedCharacterRun& underlinedCharacterRun, - ColorRun& backgroundColorRun, - StrikethroughCharacterRun& strikethroughRun, - bool& isColorDefined, - bool& isFontDefined, - bool& isUnderlinedCharacterDefined, - bool& isBackgroundColorDefined, - bool& isStrikethroughDefined); +void ProcessSpanTag(const Tag& tag, + ColorRun& colorRun, + FontDescriptionRun& fontRun, + UnderlinedCharacterRun& underlinedCharacterRun, + ColorRun& backgroundColorRun, + StrikethroughCharacterRun& strikethroughRun, + CharacterSpacingCharacterRun& characterSpacingCharacterRun, + bool& isColorDefined, + bool& isFontDefined, + bool& isUnderlinedCharacterDefined, + bool& isBackgroundColorDefined, + bool& isStrikethroughDefined, + bool& isCharacterSpacingDefined); } // namespace Text