Package: cairo
Macro cairo:with-image-surface
Lambda Listcairo:with-image-surface ((surface &rest args) &body body) SyntaxArgumentsDetails                The cairo:with-image-surface macro allocates a new    cairo:surface-t instance, initializes the Cairo surface with the    format, width, and height values and executes the body
    that uses the Cairo surface.  
  After execution of the body the allocated memory for the Cairo surface is  released. See the documentation of the cairo:image-surface-create
  function for more information about the initialization of the new Cairo
  surface.        | See also | 
2025-09-02