cairoSelectFontFace {RGtk2} | R Documentation |
Selects a family and style of font from a simplified description as a family name, slant and weight. This function is meant to be used only for applications with simple font needs: Cairo doesn't provide for operations such as listing all available fonts on the system, and it is expected that most applications will need to use a more comprehensive font handling and text layout library in addition to cairo.
cairoSelectFontFace(cr, family, slant, weight)
|
[Cairo ] a Cairo |
|
[char] a font family name, encoded in UTF-8 |
|
[CairoFontSlant ] the slant for the font |
|
[CairoFontWeight ] the weight for the font |
Derived by RGtkGen from GTK+ documentation