Package: cairo
Macro cairo:with-toy-font-face
Lambda Listcairo:with-toy-font-face ((face &rest args) &body body) SyntaxArgumentsDetails The cairo:with-toy-font-face macro allocates a new cairo:font-face-t instance and executes the body that uses the
toy font face.
After execution of the body the allocated memory for the font face is released. See the cairo:toy-font-face-create function for more
information. | See also |
2025-1-29