pangoRendererGetMatrix {RGtk2}R Documentation

pangoRendererGetMatrix

Description

Gets the transformation matrix that will be applied when rendering. See pangoRendererSetMatrix.

Usage

pangoRendererGetMatrix(object)

Arguments

object [PangoRenderer] a PangoRenderer

Details

Since 1.8

Value

[PangoMatrix] the matrix, or NULL if no matrix has been set (which is the same as the identity matrix).

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]