Package: pango

Function pango-context-font-map

Lambda List

pango-context-font-map (context)

Syntax

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

Arguments

context -- a pango-context object
font-map -- a pango-font-map object to set

Details

Accesor of the font map of a Pango context.

The function pango-context-font-map gets the pango-font-map used to look up fonts for this context. The function (setf pango-context-font-map) sets the font map to be searched when fonts are looked-up in this 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

2021-1-3