Name
cfontoptions:Status -- get font options status
Synopsis
status = cfontoptions:Status()
Function
Checks whether an error has previously occurred for this font options object

This function returns #CAIRO_STATUS_SUCCESS, #CAIRO_STATUS_NO_MEMORY, or #CAIRO_STATUS_NULL_POINTER.

Inputs
none

Results
status
a Cairo status code (see above)

Show TOC