Package: cairo
Function cairo:font-options
Lambda Listcairo:font-options (cr options) SyntaxArgumentsDetails
Gets or sets font rendering options for the Cairo context.
Note that the returned font options do not include any font options derived
from the underlying surface. They are literally the font options passed to the (setf cairo:font-options) function. Rendering font options are derived by merging options with the options derived from underlying surface. If the value in options has a default value, like :default, then the value from the surface is used. | See also |
2025-09-21