pangoLayoutSetText {RGtk2} | R Documentation |
Sets the text of the layout.
pangoLayoutSetText(object, text, length = -1)
|
[PangoLayout ] a PangoLayout |
|
[char] a UTF-8 string |
|
[integer] the length of text , in bytes. -1 indicates that
the string is and the length should be
calculated. |
Derived by RGtkGen from GTK+ documentation