Package: cairo

Function cairo:ps-surface-dsc-begin-setup

Lambda List

cairo:ps-surface-dsc-begin-setup (surface)

Arguments

surface -- a PostScript cairo:surface-t instance

Details

This function indicates that subsequent calls to the cairo:ps-surface-dsc-comment function 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 the cairo:ps-surface-dsc-begin-page-setup function and before any drawing is performed to the surface.

See the cairo:ps-surface-dsc-comment function for more details.
 

See also

2025-1-29