Package: pango
Macro pango:with-rectangle
Lambda Listpango:with-rectangle ((var &rest args) &body body) SyntaxArgumentsDetails The pango:with-rectangle macro allocates a new pango:rectangle
instance, initializes the rectangle with the given values and executes the
body that uses the rectangle.
After execution of the body the allocated memory for the rectangle is
released. If no argument is given, the components of the rectangle are initialized to zero. One argument is another rectangle for initialization. The initialization with four integers initializes the x, y, width, and height slots with the given values. | See also |
2025-08-24