pangoLayoutSetWidth {RGtk2}R Documentation

pangoLayoutSetWidth

Description

Sets the width to which the lines of the PangoLayout should be wrapped.

Usage

pangoLayoutSetWidth(object, width)

Arguments

object [PangoLayout] a PangoLayout.
width [integer] the desired width, or -1 to indicate that no wrapping should be performed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]