Description Usage Arguments Details See Also
This function indicates that subsequent calls to cairo_ps_surface_dsc_comment() should direct comments to the Setup section of the PostScript output.
1 | cairo_ps_surface_dsc_begin_setup(surface)
|
surface |
[ |
This function should be called at most once per surface, and must be called before any call to cairo_ps_surface_dsc_begin_page_setup() and before any drawing is performed to the surface.
See cairo_ps_surface_dsc_comment() for more details.
Since: 1.2
C function prototype: void cairo_ps_surface_dsc_begin_setup (cairo_surface_t *surface)
Other cairo-ps:
cairo_ps_level_to_string()
,
cairo_ps_surface_create()
,
cairo_ps_surface_dsc_begin_page_setup()
,
cairo_ps_surface_dsc_comment()
,
cairo_ps_surface_get_eps()
,
cairo_ps_surface_restrict_to_level()
,
cairo_ps_surface_set_eps()
,
cairo_ps_surface_set_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.