diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-02 07:49:38 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-02 07:49:38 +0000 |
commit | 3ccbff752c8d00078f0a1325de7516051dc42c8d (patch) | |
tree | 2df0342b8c48fa96422d8eb7a3e735a51d9616eb /docs | |
parent | 2eec510f3f474a47bff87b8d021e75152a4d9884 (diff) | |
download | pango-3ccbff752c8d00078f0a1325de7516051dc42c8d.tar.gz |
Add is_expandable_space to PangoLogAttr.
2007-05-02 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/main.sgml:
* pango/break.c (pango_default_break):
* pango/pango-break.h:
Add is_expandable_space to PangoLogAttr.
svn path=/trunk/; revision=2250
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/main.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 865229f8..9a3a9f39 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -471,6 +471,8 @@ about the attributes of a single character. bit is set on all grapheme boundaries except those following Latin, Cyrillic or Greek base characters. +@is_expandable_space: is a whitespace character that can possiblye be + expanded for justification purposes. (Since: 1.18) <!-- ##### FUNCTION pango_shape ##### --> <para> |