X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmarkup-processor-strikethrough.h;h=44bfab97e2d280ec1a5b0a5d4ac2f784d66723f1;hb=refs%2Fchanges%2F18%2F272018%2F9;hp=6c0a520b26ad9aa4f1b6e8ac16e8735c2d696322;hpb=3991c05d4e79ba65ef4d98895d015754e08b3750;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/markup-processor-strikethrough.h b/dali-toolkit/internal/text/markup-processor-strikethrough.h index 6c0a520..44bfab9 100644 --- a/dali-toolkit/internal/text/markup-processor-strikethrough.h +++ b/dali-toolkit/internal/text/markup-processor-strikethrough.h @@ -25,9 +25,18 @@ namespace Toolkit namespace Text { struct Tag; +struct Attribute; struct StrikethroughCharacterRun; /** + * @brief Fill the strikethrough character run with the color attribute value. + * + * @param[in] attribute the color attribute. + * @param[out] strikethroughCharacterRun The strikethrough character run + */ +void ProcessColorAttribute(const Attribute& attribute, StrikethroughCharacterRun& strikethroughCharacterRun); + +/** * @brief Retrieves the strikethrough run info from the tag and sets it to the strikethrough run. * * @param[in] tag The strikethrough tag and its attributes.