Context.setFontMap

void setFontMap(pango.font_map.FontMap fontMap = null)

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.Context] obtained via one of the recommended methods should already have a suitable font map.

Parameters

fontMapthe [pango.font_map.FontMap] to set.