pangoRendererSetMatrix {RGtk2}R Documentation

pangoRendererSetMatrix

Description

Sets the transformation matrix that will be applied when rendering.

Usage

pangoRendererSetMatrix(object, matrix)

Arguments

object [PangoRenderer] a PangoRenderer
matrix [PangoMatrix] 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.12.5-3 Index]