Package: cairo
Macro cairo:with-ps-surface
Lambda Listcairo:with-ps-surface ((surface path width height) &body body) SyntaxArgumentsDetails The cairo:with-ps-surface macro allocates a new PostScript cairo:surface-t instance for the given path, width, and height values and executes the body that uses the PostScript
surface.
After execution of the body the allocated memory for the PostScript surface
is released. | See also |
2025-1-29