cairoGetFontFace {RGtk2.10}R Documentation

cairoGetFontFace

Description

Gets the current font face for a Cairo.

Usage

cairoGetFontFace(cr)

Arguments

cr [Cairo] a Cairo

Value

[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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]