X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Ftext-visual-properties.h;h=0e2dd5d05898170dfdef81bc32e3854e9cc7f4bb;hp=39a5eb3462a469d3eedf82238df9851236d4436c;hb=f4a28993f3f77f15015e5c9b4e1bedd06e23b926;hpb=1ff26466c5458cda1de2997cd4e27b014ff0275a diff --git a/dali-toolkit/public-api/visuals/text-visual-properties.h b/dali-toolkit/public-api/visuals/text-visual-properties.h index 39a5eb3..0e2dd5d 100644 --- a/dali-toolkit/public-api/visuals/text-visual-properties.h +++ b/dali-toolkit/public-api/visuals/text-visual-properties.h @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -58,8 +58,8 @@ enum /** * @brief The requested font style to use, - * @details name "fontStyle", type STRING - * @SINCE_1_2.11 + * @details name "fontStyle", type STRING or MAP + * @SINCE_1_2.13 */ FONT_STYLE, @@ -142,29 +142,29 @@ enum /** * @brief The default underline parameters. - * @details name "underline", type STRING. - * @SINCE_1_2.11 + * @details name "underline", type STRING or MAP. + * @SINCE_1_2.13 */ UNDERLINE, /** * @brief The default shadow parameters. - * @details name "shadow", type STRING. - * @SINCE_1_2.11 + * @details name "shadow", type STRING or MAP. + * @SINCE_1_2.13 */ SHADOW, /** * @brief The default emboss parameters. - * @details name "emboss", type STRING. - * @SINCE_1_2.11 + * @details name "emboss", type STRING or MAP. + * @SINCE_1_2.13 */ EMBOSS, /** * @brief The default outline parameters. - * @details name "outline", type STRING. - * @SINCE_1_2.11 + * @details name "outline", type STRING or MAP. + * @SINCE_1_2.13 */ OUTLINE,