pangoLayoutSetIndent {RGtk2}R Documentation

pangoLayoutSetIndent

Description

Sets the width in Pango units to indent each paragraph. A negative value of indent will produce a hanging indentation. That is, the first line will have the full width, and subsequent lines will be indented by the absolute value of indent.

Usage

pangoLayoutSetIndent(object, indent)

Arguments

object [PangoLayout] a PangoLayout.
indent [integer] the amount by which to indent.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]