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