Name
cfontface:Status -- get font face status
Synopsis
status = cfontface:Status()
Function
Checks whether an error has previously occurred for this font face.

This function returns #CAIRO_STATUS_SUCCESS or another error such as #CAIRO_STATUS_NO_MEMORY.

Inputs
none

Results
status
a Cairo status code

Show TOC