cairoSetFontOptions {RGtk2} | R Documentation |
Sets a set of custom font rendering options for the Cairo
.
Rendering options are derived by merging these options with the
options derived from underlying surface; if the value in options
has a default value (like CAIRO_ANTIALIAS_DEFAULT
), then the value
from the surface is used.
cairoSetFontOptions(cr, options)
|
[Cairo ] a Cairo |
|
[CairoFontOptions ] font options to use |
Derived by RGtkGen from GTK+ documentation