| Cairo: A Vector Graphics Library |
|---|
PNG BackendPNG Backend — |
void cairo_set_target_png (cairo_t *cr, FILE *file, cairo_format_t format, int width, int height); cairo_surface_t* cairo_png_surface_create (FILE *file, cairo_format_t format, int width, int height);
void cairo_set_target_png (cairo_t *cr, FILE *file, cairo_format_t format, int width, int height);
| cr : | |
| file : | |
| format : | |
| width : | |
| height : |
cairo_surface_t* cairo_png_surface_create (FILE *file, cairo_format_t format, int width, int height);
| file : | |
| format : | |
| width : | |
| height : | |
| Returns : |
| << PDF Backend | PS Backend >> |