cairoPsSurfaceDscBeginSetup {RGtk2} | R Documentation |
This function indicates that subsequent calls to
cairoPsSurfaceDscComment
should direct comments to the Setup
section of the PostScript output.
cairoPsSurfaceDscBeginSetup(surface)
|
[CairoSurface ] a PostScript cairo_surface_t |
This function should be called at most once per surface, and must
be called before any call to cairoPsSurfaceDscBeginPageSetup
and before any drawing is performed to the surface.
See cairoPsSurfaceDscComment
for more details.
Since 1.2
Derived by RGtkGen from GTK+ documentation