pangoRendererSetMatrix {RGtk2} | R Documentation |
pangoRendererSetMatrix
Description
Sets the transformation matrix that will be applied when rendering.
Usage
pangoRendererSetMatrix(object, matrix)
Arguments
object
|
a PangoRenderer
|
matrix
|
a PangoMatrix , or NULL to unset any existing matrix.
(No matrix set is the same as setting the identity matrix.)
|
Details
Since 1.8
Author(s)
Derived by RGtkGen from GTK+ documentation
[Package
RGtk2 version 2.20.21
Index]