pangoContextSetMatrix: pangoContextSetMatrix

Description Usage Arguments Details Author(s)

View source: R/pangoFuncs.R

Description

Sets the transformation matrix that will be applied when rendering with this context. Note that reported metrics are in the user space coordinates before the application of the matrix, not device-space coordinates after the application of the matrix. So, they don't scale with the matrix, though they may change slightly for different matrices, depending on how the text is fit to the pixel grid.

Usage

1

Arguments

object

[PangoContext] a PangoContext

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.6

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.