summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-10-04 21:05:31 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-10-04 21:05:31 +0000
commit4382e3d50880da930b6e47de8050580a5f43fad9 (patch)
treeb96d28fb639f2675b7389767f418323ec20d0777 /docs
parent53451bb76500ed4d26ca3785048124edb594a340 (diff)
downloadpango-4382e3d50880da930b6e47de8050580a5f43fad9.tar.gz
Add, implement and document PANGO_WRAP_WORD_CHAR
2002-10-04 Alexander Larsson <alexl@redhat.com> * pango/pango-layout.[ch]: * docs/tmpl/layout.sgml: Add, implement and document PANGO_WRAP_WORD_CHAR
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/layout.sgml1
-rw-r--r--docs/tmpl/win32-fonts.sgml1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 44d5c7d3..8be32be5 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -205,6 +205,7 @@ describes how to wrap the lines of a #PangoLayout to the desired width.
@PANGO_WRAP_WORD: wrap lines at word boundaries.
@PANGO_WRAP_CHAR: wrap lines at character boundaries.
+@PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not enought space for a full word.
<!-- ##### MACRO PANGO_TYPE_WRAP_MODE ##### -->
<para>
diff --git a/docs/tmpl/win32-fonts.sgml b/docs/tmpl/win32-fonts.sgml
index e887a105..334a0d95 100644
--- a/docs/tmpl/win32-fonts.sgml
+++ b/docs/tmpl/win32-fonts.sgml
@@ -70,6 +70,7 @@ g_quark_from_string()) is used to identify the renderer in pango_find_map().
</para>
@font:
+@wc:
@Returns: