Package: cairo

Function cairo:font-options-color-mode

Lambda List

cairo:font-options-color-mode (options)

Syntax

(cairo:font-options-color-mode options) => mode
(setf (cairo:font-options-color-mode options) mode)

Arguments

options -- a cairo:font-options-t instance
mode -- a cairo:color-mode-t value for the color mode for the font options instance

Details

The cairo:font-options-color-mode function gets the color mode for the font options instance. The (setf cairo:font-options-color-mode) function sets the color mode. This controls whether color fonts are to be rendered in color or as outlines. See the documentation for the cairo:color-mode-t enumeration for full details.

Since 1.18
 

See also

2025-1-29