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 UTF-8 string
length [integer] the length of text, in bytes. -1 indicates that the string is and the length should be calculated.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]