X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatktext.h;h=2808fc605f5b5faa52407f16cba5423813b43bd7;hb=368d142d9b0c903b4eb92da42779b41ffdd16a15;hp=dd732000575b79affc8d3dd2fb7bbd80998bbeb1;hpb=6580186f3017ff3fa8488582b43ebd2c90b88d4b;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atktext.h b/atk/atktext.h index dd73200..2808fc6 100755 --- a/atk/atktext.h +++ b/atk/atktext.h @@ -32,7 +32,7 @@ G_BEGIN_DECLS /** *AtkTextAttribute: - *@ATK_TEXT_ATTR_INVALID: Invalid attribute + *@ATK_TEXT_ATTR_INVALID: Invalid attribute, like bad spelling or grammar. *@ATK_TEXT_ATTR_LEFT_MARGIN: The pixel width of the left margin *@ATK_TEXT_ATTR_RIGHT_MARGIN: The pixel width of the right margin *@ATK_TEXT_ATTR_INDENT: The number of pixels that the text is indented @@ -45,7 +45,7 @@ G_BEGIN_DECLS *@ATK_TEXT_ATTR_RISE: Number of pixels that the characters are risen above the baseline *@ATK_TEXT_ATTR_UNDERLINE: "none", "single", "double", "low", or "error" *@ATK_TEXT_ATTR_STRIKETHROUGH: "true" or "false" whether the text is strikethrough - *@ATK_TEXT_ATTR_SIZE: The size of the characters. + *@ATK_TEXT_ATTR_SIZE: The size of the characters in points. eg: 10 *@ATK_TEXT_ATTR_SCALE: The scale of the characters. The value is a string representation of a double *@ATK_TEXT_ATTR_WEIGHT: The weight of the characters. *@ATK_TEXT_ATTR_LANGUAGE: The language used