diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-04-25 00:29:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-04-25 00:29:12 +0000 |
commit | 00900468a96f47c80f8c0b15844b5d05fc845f15 (patch) | |
tree | 298872322e95c5c455e2a3bbb78ec29cf49ae39f /docs/tmpl/text-attributes.sgml | |
parent | 393a6b5f9580f30f391486228791aed10f34ddb4 (diff) | |
download | pango-00900468a96f47c80f8c0b15844b5d05fc845f15.tar.gz |
Updates for recent API changes.
Mon Apr 24 20:28:31 2000 Owen Taylor <otaylor@redhat.com>
* docs/**: Updates for recent API changes.
Diffstat (limited to 'docs/tmpl/text-attributes.sgml')
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 7430f77a..66f025d6 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -34,6 +34,7 @@ attribute is listed in parentheses after the description. @PANGO_ATTR_VARIANT: font variant (normal or small caps) (#PangoAttrInt) @PANGO_ATTR_STRETCH: font stretch (#PangoAttrInt) @PANGO_ATTR_SIZE: font size in 1000th's of a point (#PangoAttrInt) +@PANGO_ATTR_FONT_DESC: @PANGO_ATTR_FOREGROUND: foreground color (#PangoAttrColor) @PANGO_ATTR_BACKGROUND: background color (#PangoAttrColor) @PANGO_ATTR_UNDERLINE: whether the text has an underline (#PangoAttrInt) @@ -96,6 +97,15 @@ a integer or enumeration value. @attr: the common portion of the attribute @value: the value of the attribute +<!-- ##### STRUCT PangoAttrFontDesc ##### --> +<para> +The #PangoAttrFontDesc structure is used to store an attribute that +sets all aspects of the font description at once. +</para> + +@attr: the common portion of the attribute +@desc: the font description which is the value of this attribute + <!-- ##### FUNCTION pango_attr_type_register ##### --> <para> @@ -195,6 +205,15 @@ a integer or enumeration value. @Returns: +<!-- ##### FUNCTION pango_attr_font_desc_new ##### --> +<para> + +</para> + +@desc: +@Returns: + + <!-- ##### FUNCTION pango_attr_foreground_new ##### --> <para> |