X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-font-style.h;h=425131d18e1ccdb79b077a8d510a2a4f6dd8fd34;hb=c156fa43a739e26d4d1ad187848968248078839f;hp=b87a8c915ab72c7406b6cd46b639df214ec826bb;hpb=4d763eb68b5aa2448dfc81d90fc5ce598c68c99f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-font-style.h b/dali-toolkit/internal/text/text-font-style.h index b87a8c9..425131d 100644 --- a/dali-toolkit/internal/text/text-font-style.h +++ b/dali-toolkit/internal/text/text-font-style.h @@ -94,6 +94,7 @@ namespace FontStyle * * @param[in] controller The text's controller. * @param[in] value The value of the font's style. + * @param[in] type Whether the property is for the default font's style or the input font's style. * */ void SetFontStyleProperty( ControllerPtr controller, const Property::Value& value, FontStyle::Type type ); @@ -103,6 +104,7 @@ void SetFontStyleProperty( ControllerPtr controller, const Property::Value& valu * * @param[in] controller The text's controller. * @param[out] value The value of the font's style. + * @param[in] type Whether the property is for the default font's style or the input font's style. */ void GetFontStyleProperty( ControllerPtr controller, Property::Value& value, FontStyle::Type type );