Package: pango

Macro pango:with-rectangles

Lambda List

pango:with-rectangles (vars &body body)

Syntax

(pango:with-rectangles (rect1 ... rectn) body) => result

Arguments

rect1 ... rectn -- newly created pango:rectangle instances
body -- a body that uses the bindings rect1 ... rectn

Details

The pango:with-rectangles macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each rectangle can be initialized with values using the syntax for the pango:with-rectangle macro.
 

See also

2025-1-1