summaryrefslogtreecommitdiff
path: root/docs/tmpl/text-attributes.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-16 18:58:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-16 18:58:48 +0000
commit8794423e39341d2ebeec77fbce39ced5c18d8d2b (patch)
tree55c80457ab67cc73cbc9e51189060acbfb43e65d /docs/tmpl/text-attributes.sgml
parent6cf85a472ad1b8b8320d1bcb92a5c259c7ad32be (diff)
downloadpango-8794423e39341d2ebeec77fbce39ced5c18d8d2b.tar.gz
Update.
Mon Apr 16 14:26:54 2001 Owen Taylor <otaylor@redhat.com> * docs/pango-sections.txt: Update. * docs/Makefile.am (EXTRA_DIST): Update to the latest version.
Diffstat (limited to 'docs/tmpl/text-attributes.sgml')
-rw-r--r--docs/tmpl/text-attributes.sgml117
1 files changed, 103 insertions, 14 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml
index 9a81d21c..22eb7d99 100644
--- a/docs/tmpl/text-attributes.sgml
+++ b/docs/tmpl/text-attributes.sgml
@@ -294,6 +294,30 @@ sets all aspects of the font description at once.
@Returns:
+<!-- ##### ENUM PangoUnderline ##### -->
+<para>
+the #PangoUnderline enumeration is used to specify
+whether text should be underlined, and if so, the type
+of underlining.
+</para>
+
+@PANGO_UNDERLINE_NONE: no underline should be drawn.
+@PANGO_UNDERLINE_SINGLE: a single underline should be drawn.
+@PANGO_UNDERLINE_DOUBLE: a double underline should be drawn.
+@PANGO_UNDERLINE_LOW: a single underline should be drawn at a position
+ beneath the ink extents of the text being
+ underlined. This should be used only for underlining
+ single characters, such as for keyboard
+ accelerators. %PANGO_UNDERLINE_SINGLE should
+ be used for extended portions of text.
+
+<!-- ##### MACRO PANGO_TYPE_UNDERLINE ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION pango_attr_shape_new ##### -->
<para>
@@ -313,24 +337,49 @@ sets all aspects of the font description at once.
@Returns:
-<!-- ##### ENUM PangoUnderline ##### -->
+<!-- ##### MACRO PANGO_SCALE_XX_SMALL ##### -->
<para>
-the #PangoUnderline enumeration is used to specify
-whether text should be underlined, and if so, the type
-of underlining.
+
</para>
-@PANGO_UNDERLINE_NONE: no underline should be drawn.
-@PANGO_UNDERLINE_SINGLE: a single underline should be drawn.
-@PANGO_UNDERLINE_DOUBLE: a double underline should be drawn.
-@PANGO_UNDERLINE_LOW: a single underline should be drawn at a position
- beneath the ink extents of the text being
- underlined. This should be used only for underlining
- single characters, such as for keyboard
- accelerators. %PANGO_UNDERLINE_SINGLE should
- be used for extended portions of text.
-<!-- ##### MACRO PANGO_TYPE_UNDERLINE ##### -->
+
+<!-- ##### MACRO PANGO_SCALE_X_SMALL ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO PANGO_SCALE_SMALL ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO PANGO_SCALE_MEDIUM ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO PANGO_SCALE_LARGE ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO PANGO_SCALE_X_LARGE ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO PANGO_SCALE_XX_LARGE ##### -->
<para>
</para>
@@ -346,6 +395,39 @@ of underlining.
@Returns:
+<!-- ##### STRUCT PangoColor ##### -->
+<para>
+
+</para>
+
+@red:
+@green:
+@blue:
+
+<!-- ##### MACRO PANGO_TYPE_COLOR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION pango_color_free ##### -->
+<para>
+
+</para>
+
+@color:
+
+
+<!-- ##### FUNCTION pango_color_copy ##### -->
+<para>
+
+</para>
+
+@src:
+@Returns:
+
+
<!-- ##### STRUCT PangoAttrList ##### -->
<para>
The #PangoAttrList structure represents a list of attributes
@@ -362,6 +444,13 @@ for more than one paragraph of text.
</para>
+<!-- ##### MACRO PANGO_TYPE_ATTR_LIST ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION pango_attr_list_new ##### -->
<para>