Name
pango.SetDefaultFontMap -- set default fontmap
Synopsis
pango.SetDefaultFontMap([fontmap])
Function
Sets a default fontmap to use with Cairo.

This can be used to change the Cairo font backend that the default fontmap uses for example. The old default fontmap is unreffed and the new fontmap referenced.

If you omit the fontmap parameter, the current default fontmap will be released and a new default fontmap will be created on demand, using pango.FontMap().

Inputs
fontmap
optional: Pango fontmap to set as default

Show TOC