cairoGetFontFace {RGtk2} | R Documentation |
Gets the current font face for a Cairo
.
cairoGetFontFace(cr)
|
[Cairo ] a Cairo |
[CairoFontFace
] the current font object. Can return NULL
on out-of-memory or if the context is already in
an error state. To keep
a reference to it, you must call cairo\Font\Face\Reference()
.
Derived by RGtkGen from GTK+ documentation