X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-font-style.h;h=4a01d32a519a0ba359eab402890a5670923f258f;hp=e74bcfbc24520d08d06e66fb09296d26d6418cdd;hb=427f642f46df778c141cc7ab9718ce33d0ce01e1;hpb=963a9277aba27b289d604503201775e5fc925bc3 diff --git a/dali-toolkit/internal/text/text-font-style.h b/dali-toolkit/internal/text/text-font-style.h index e74bcfb..4a01d32 100644 --- a/dali-toolkit/internal/text/text-font-style.h +++ b/dali-toolkit/internal/text/text-font-style.h @@ -83,8 +83,9 @@ namespace FontStyle { enum Type { - DEFAULT, ///< The default font's style. - INPUT ///< The input font's style. + DEFAULT, ///< The default font's style. + INPUT, ///< The input font's style. + PLACEHOLDER ///< The placeholder text font's style. }; }; @@ -101,7 +102,7 @@ void SetFontFamilyProperty( ControllerPtr controller, const Property::Value& val * * @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. + * @param[in] type Whether the property is for the default font's style, the input font's style or the placeholder font's style. * */ void SetFontStyleProperty( ControllerPtr controller, const Property::Value& value, FontStyle::Type type ); @@ -111,7 +112,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. + * @param[in] type Whether the property is for the default font's style, the input font's style or the placeholder font's style. */ void GetFontStyleProperty( ControllerPtr controller, Property::Value& value, FontStyle::Type type );