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