![]() |
![]() |
![]() |
Cairo: A Vector Graphics Library | ![]() |
---|---|---|---|---|
cairo_surface_t* cairo_ps_surface_create (const char *filename, double width_in_points, double height_in_points); cairo_surface_t* cairo_ps_surface_create_for_stream (cairo_write_func_t write_func, void *closure, double width_in_points, double height_in_points); void cairo_ps_surface_set_size (cairo_surface_t *surface, double width_in_points, double height_in_points); void cairo_ps_surface_dsc_begin_setup (cairo_surface_t *surface); void cairo_ps_surface_dsc_begin_page_setup (cairo_surface_t *surface); void cairo_ps_surface_dsc_comment (cairo_surface_t *surface, const char *comment);
cairo_surface_t* cairo_ps_surface_create (const char *filename, double width_in_points, double height_in_points);
Since 1.2
cairo_surface_t* cairo_ps_surface_create_for_stream (cairo_write_func_t write_func, void *closure, double width_in_points, double height_in_points);
Since 1.2
void cairo_ps_surface_set_size (cairo_surface_t *surface, double width_in_points, double height_in_points);
Since 1.2
void cairo_ps_surface_dsc_begin_setup (cairo_surface_t *surface);
Since 1.2
void cairo_ps_surface_dsc_begin_page_setup (cairo_surface_t *surface);
Since 1.2
void cairo_ps_surface_dsc_comment (cairo_surface_t *surface, const char *comment);
Since 1.2