set_font_map
Description:
[
Version ( since =
"3.18" ) ]
public void set_font_map (
FontMap? font_map)
Sets the font map to use for Pango rendering.
When not set, the widget will inherit the font map from its parent.
Parameters:
this |
a Widget
|
font_map |
a FontMap, or null to unset any
previously set font map
|