pangoLayoutSetJustify {RGtk2} | R Documentation |
Sets whether or not each complete line should be stretched to 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.
pangoLayoutSetJustify(object, justify)
|
[PangoLayout ] a PangoLayout |
|
[logical] whether the lines in the layout should be justified. |
Note that as of Pango-1.4, this functionality is not yet implemented.
Derived by RGtkGen from GTK+ documentation