Widget.setFontMap
void setFontMap(pango.font_map.FontMap fontMap = null)Sets the font map to use for Pango rendering. When not set, the widget will inherit the font map from its parent.
Parameters
fontMap | a #PangoFontMap, or null to unset any previously set font map |