Package: pango

Function pango:context-font-map

Lambda List

pango:context-font-map (context)

Syntax

(pango:context-font-map context) => fontmap
(setf (pango:context-font-map context) fontmap)

Arguments

context -- a pango:context object
fontmap -- a pango:font-map object

Details

The pango:context-font-map function gets the pango:font-map object used to look up fonts for this context. The (setf pango:context-font-map) function sets the font map to be searched when fonts are looked-up in this Pango context. This is only for internal use by Pango backends, a pango:context object obtained via one of the recommended methods should already have a suitable font map.
 

See also

2024-2-23