summaryrefslogtreecommitdiff
path: root/docs/tmpl/layout.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-11 23:36:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-11 23:36:28 +0000
commit3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac (patch)
treed056daa81d38fa039d93a4b1f49d7eb09b1abc05 /docs/tmpl/layout.sgml
parentd7f86d4ae1dbf2442c130de1abb7d8a121f8daf7 (diff)
downloadpango-3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac.tar.gz
Add pangoxft-private.h.
* docs/Makefile.am (IGNORE_HFILES): Add pangoxft-private.h. * pango/pango-utils.c (pango_language_from_string): Fix typo in documentation. * docs/tmpl/text-attributes.sgml: Document PangoColor, PangoLanguage, PangoAttrLanguage, PangoAttrFloat and PangoAttrShape. * docs/tmpl/layout.sgml: Document PangoWrapMode and PangoLayoutIter. * docs/tmpl/tab-stops.sgml: Document PangoTabAlign and PangoTabArray. * docs/tmpl/fonts.sgml: Document PangoFontMask. * pango/fonts.c (pango_font_description_unset_fields): Fix typo in documentation. * docs/tmpl/opentype.sgml: Remove documentation templates of the unimplemented functions pango_ot_ruleset_set_glyph_loader and pango_ot_ruleset_set_alternate_func and the related typedefs PangoOTGlyphLoader and PangoOTAlternateFunc. * docs/tmpl/x-rendering.sgml: Document PangoGetGCFunc and PangoFreeGCFunc typedefs.
Diffstat (limited to 'docs/tmpl/layout.sgml')
-rw-r--r--docs/tmpl/layout.sgml14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index ea58f3ee..41bae50c 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -50,7 +50,12 @@ fields.
<!-- ##### STRUCT PangoLayoutIter ##### -->
<para>
-
+A <structname>PangoLayoutIter</structname> structure can be used to
+iterate over the visual extents of a #PangoLayout.
+</para>
+<para>
+The <structname>PangoLayoutIter</structname> structure is opaque, and
+has no user-visible fields.
</para>
@@ -195,11 +200,12 @@ fields.
<!-- ##### ENUM PangoWrapMode ##### -->
<para>
-
+describes how to wrap the lines of a #PangoLayout to the desired width.
</para>
-@PANGO_WRAP_WORD:
-@PANGO_WRAP_CHAR:
+@PANGO_WRAP_WORD: wrap lines at word boundaries.
+@PANGO_WRAP_CHAR: wrap lines at character boundaries.
+
<!-- ##### MACRO PANGO_TYPE_WRAP_MODE ##### -->
<para>