pangoLayoutSetIndent: pangoLayoutSetIndent

Description Usage Arguments Details Author(s)

View source: R/pangoFuncs.R

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

1
pangoLayoutSetIndent(object, indent)

Arguments

object

[PangoLayout] a PangoLayout.

indent

[integer] the amount by which to indent.

Details

The indent setting is ignored if layout alignment is set to PANGO_ALIGN_CENTER.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.