Method
GtkFontChooserget_font_map
since: 3.18
Declaration [src]
PangoFontMap*
gtk_font_chooser_get_font_map (
GtkFontChooser* fontchooser
)
Description [src]
Gets the custom font map of this font chooser widget,
or NULL
if it does not have one.
Available since: 3.18
Return value
Type: PangoFontMap
A PangoFontMap
, or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |