Package: pango
Function pango:cairo-font-map-default
Lambda Listpango:cairo-font-map-default () SyntaxArgumentsDetails The pango:cairo-font-map-default function gets a default PangoCairo
font map to use with Cairo.
Note that the type of the returned object will depend on the particular font
backend Cairo was compiled to use. You generally should only use the pango:font-map and pango:cairo-font-map interfaces on the
returned object. The (setf pango:cairo-font-map-default) function sets a default PangoCairo font map to use with Cairo. This can be used to change the Cairo font backend that the default font map uses. The old default font map is unreffed and the new font map referenced. Note that the default font map is per-thread. This function only changes the default fontmap for the current thread. Default fontmaps of exisiting threads are not changed. Default fontmaps of any new threads will still be created using the pango:cairo-font-map-new function. A nil value for fontmap will cause the current default font map to be released and a new default font map to be created on demand, using the pango:cairo-font-map-new function. | See also |
2025-1-1