cairoSetScaledFont {RGtk2} | R Documentation |
Replaces the current font face, font matrix, and font options in
the Cairo
with those of the CairoScaledFont
. Except for
some translation, the current CTM of the Cairo
should be the
same as that of the CairoScaledFont
, which can be accessed
using cairoScaledFontGetCtm
.
cairoSetScaledFont(cr, scaled.font)
|
|
|
Since 1.2
Derived by RGtkGen from GTK+ documentation