Method

GtkFontDialogset_font_map

Declaration [src]

void
gtk_font_dialog_set_font_map (
  GtkFontDialog* self,
  PangoFontMap* fontmap
)

Description [src]

Sets the fontmap from which fonts are selected.

If fontmap is NULL, the default fontmap is used.

Available since:4.10

Parameters

fontmap PangoFontMap*
 

The fontmap.

 The argument can be NULL.
 The data is owned by the caller of the function.