pangoLayoutSetText {RGtk2}R Documentation

pangoLayoutSetText

Description

Sets the text of the layout.

Usage

pangoLayoutSetText(object, text, length = -1)

Arguments

object [PangoLayout] a PangoLayout
text [char] a valid UTF-8 string
length [integer] maximum length of text, in bytes. -1 indicates that the string is and the length should be calculated. The text will also be truncated on encountering a nul-termination even when length is positive.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]