| cairoScaledFontCreate {RGtk2} | R Documentation |
Creates a CairoScaledFont object from a font face and matrices that
describe the size of the font and the environment in which it will
be used.
cairoScaledFontCreate(font.face, font.matrix, ctm, option)
|
[CairoFontFace] a CairoFontFace |
|
[CairoMatrix] font space to user space transformation matrix for the
font. In the simplest case of a N point font, this matrix is
just a scale by N, but it can also be used to shear the font
or stretch it unequally along the two axes. See
cairoSetFontMatrix. |
|
[CairoMatrix] user to device transformation matrix with which the font will
be used. |
|
[CairoFontOptions] options to use when getting metrics for the font and
rendering with it. A NULL pointer will be interpreted as
meaning the default options. |
[CairoScaledFont] a newly created CairoScaledFont
Derived by RGtkGen from GTK+ documentation