diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-06-25 19:14:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-06-25 19:14:24 +0000 |
commit | 32f67b6e306da21dc6aab4a8eaa096e73971a938 (patch) | |
tree | 9f2575033cd57b2a92ae07169ecb90c89a4f8776 /docs | |
parent | 5720851fb829053f3f76a36926792fa8145d628d (diff) | |
download | pango-32f67b6e306da21dc6aab4a8eaa096e73971a938.tar.gz |
Doc markup and typo fixes.
2003-06-25 Matthias Clasen <maclas@gmx.de>
* pango/pango-layout.c:
* pango/pango-tabs.c:
* pango/pango-attributes.c:
* docs/tmpl/layout.sgml:
* docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/layout.sgml | 7 | ||||
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 9202d7db..b12e8085 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -200,12 +200,13 @@ has no user-visible fields. <!-- ##### ENUM PangoWrapMode ##### --> <para> -describes how to wrap the lines of a #PangoLayout to the desired width. +A PangoWrapMode describes how to wrap the lines of a #PangoLayout to the desired width. </para> @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. +@PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not +enough space for a full word. <!-- ##### MACRO PANGO_TYPE_WRAP_MODE ##### --> <para> @@ -324,7 +325,7 @@ The GObject type for #PangoWrapMode. <!-- ##### ENUM PangoAlignment ##### --> <para> -describes how to align the lines of a #PangoLayout within the +A PangoAlignment describes how to align the lines of a #PangoLayout within the available space. If the #PangoLayout is set to justify using pango_layout_set_justify(), then this only has an effect for partial lines. diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index c908e7fd..ce2c5f64 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -22,7 +22,7 @@ of attributes applied to a portion of text. <para> distinguishes between different types of attributes. Along with the predefined values, it is possible to allocate additional values -for custom attributes using pango_attr_register_type(). The predefined +for custom attributes using pango_attr_type_register(). The predefined values are given below. The type of structure used to store the attribute is listed in parentheses after the description. </para> |