Creates a new image surface and initializes the contents to the given PNG file. Since 1.0
name of PNG file to load
a new cairo_surface_t initialized with the contents of the PNG file, or a "nil" surface if any error occurred. A nil surface can be checked for with cairo_surface_status(surface) which
See Implementation
Creates a new image surface and initializes the contents to the given PNG file. Since 1.0