| pangoLayoutSetIndent {RGtk2} | R Documentation |
Sets the width in pango units to indent each paragraph. A negative value
of indent will produce a hanging indent. That is, the first line will
have the full width, and subsequent lines will be indented by the
absolute value of indent.
pangoLayoutSetIndent(object, indent)
|
[PangoLayout] a PangoLayout. |
|
[integer] the amount by which to indentset |
Derived by RGtkGen from GTK+ documentation