cairo_create 3 cairo_create create a new cairo_t object cairo_t * cairo_create (void) this takes no arguments Description functions cairo_create This function creates a new cairo_t with a reference count of one. Call cairo_destroy to free the allocated resources.