diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-21 16:33:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-21 16:33:50 +0000 |
commit | 2d82bfe6db3fe0a70df8c6381eb5dfb150724881 (patch) | |
tree | 803ee19dc801afc0584a89413747fdec809c95f0 /pango/pango-layout.c | |
parent | e57bc2b2b01166a0f2d307f8086f9bf6dc0fd4f6 (diff) | |
download | pango-2d82bfe6db3fe0a70df8c6381eb5dfb150724881.tar.gz |
Add a docs note about non-implementedness. (#64538)
Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_set_justify): Add
a docs note about non-implementedness. (#64538)
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 1b610e65..645aba6a 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -562,6 +562,8 @@ pango_layout_set_font_description (PangoLayout *layout, * fill the entire width of the layout. This stretching is typically * done by adding whitespace, but for some scripts (such as Arabic), * the justification is done by extending the characters. + * + * Note that as of Pango-1.4, this functionality is not yet implemented. **/ void pango_layout_set_justify (PangoLayout *layout, |