Method
GtkWidgetset_font_map
since: 3.18
Declaration [src]
void
gtk_widget_set_font_map (
GtkWidget* widget,
PangoFontMap* font_map
)
Description [src]
Sets the font map to use for Pango rendering. When not set, the widget will inherit the font map from its parent.
Available since: 3.18
Parameters
font_map
-
Type:
PangoFontMap
A
PangoFontMap
, orNULL
to unset any previously set font map.The argument can be NULL
.The data is owned by the caller of the method.