Package: cairo
Macro cairo:with-scaled-font
Lambda Listcairo:with-scaled-font ((font face matrix ctm options) &body body) SyntaxArgumentsDetails The cairo:with-scaled-font macro allocates a new cairo:scaled-font-t instance for the given arguments and executes
the body that uses the Cairo context.
After execution of the body the allocated memory for the Cairo scaled font is
released. This macro allocates the Cairo scaled font with the cairo:scaled-font-create function and destroys it with the cairo:scaled-font-destroy function. | See also |
2025-1-29