Function PSSurface.dscBeginSetup
This function indicates that subsequent calls to
dscComment
() should direct comments
to the Setup section of the PostScript output.
This function should be called at most once per surface,
and must be called before any call
to dscBeginPageSetup
() and before
any drawing is performed to the surface.
See dscComment
() for more details.
Prototype
void dscBeginSetup();
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |