Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
cairoFontFaceStatus: cairoFontFaceStatus
Description
Checks whether an error has previously occurred for this font face
Usage
cairoFontFaceStatus(font.face)
Arguments
font.face
[
CairoFontFace
] a
CairoFontFace
Value
[
CairoStatus
]
CAIRO_STATUS_SUCCESS
or another error such as
CAIRO_STATUS_NO_MEMORY
.