X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-effects-style.h;h=521f52c6b484e1bc0b6487d9bb7ba7e5f730f980;hp=4ab61a3ef3a9ee0531e2ad68422f0009f3e0f0de;hb=4cfc161e92f47722b38d58987ac8f8773bad13c5;hpb=58ae307297125b55c93c38a631a8745c6a7c51f1 diff --git a/dali-toolkit/internal/text/text-effects-style.h b/dali-toolkit/internal/text/text-effects-style.h old mode 100644 new mode 100755 index 4ab61a3..521f52c --- a/dali-toolkit/internal/text/text-effects-style.h +++ b/dali-toolkit/internal/text/text-effects-style.h @@ -72,6 +72,21 @@ bool ParseUnderlineProperties( const Property::Map& underlineProperties, float& height ); /** + * @brief Parses the outline properties. + * + * @param[in] outlineProperties The map with the outline properties. + * @param[out] colorDefined Whether the outline's color is defined. + * @param[out] color The outline's color. + * @param[out] widthDefined Whether the outline's width is defined. + * @param[out] width The outline's width. + */ +bool ParseOutlineProperties( const Property::Map& outlineProperties, + bool& colorDefined, + Vector4& color, + bool& widthDefined, + float& width ); + +/** * @brief Sets the underline properties. * * @param[in] controller The text's controller.