Method
GtkWidgetget_font_map
since: 3.18
Declaration [src]
PangoFontMap*
gtk_widget_get_font_map (
GtkWidget* widget
)
Description [src]
Gets the font map that has been set with gtk_widget_set_font_map().
Available since: 3.18
Return value
Type: PangoFontMap
A PangoFontMap
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |