diff options
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, |