Method
PangoLayoutset_justify
Declaration [src]
void
pango_layout_set_justify (
PangoLayout* layout,
gboolean justify
)
Description [src]
Sets whether each complete line should be stretched to fill the entire width of the layout.
Stretching is typically done by adding whitespace, but for some scripts (such as Arabic), the justification may be done in more complex ways, like extending the characters.
Note that this setting is not implemented and so is ignored in Pango older than 1.18.
The default value is FALSE
.