cairoGetFontFace {RGtk2}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, you must call cairo\Font\Face\Reference().

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]