Method
GtkFontChooserset_font_desc
since: 3.2
Declaration [src]
void
gtk_font_chooser_set_font_desc (
GtkFontChooser* fontchooser,
const PangoFontDescription* font_desc
)
Description [src]
Sets the currently-selected font from font_desc
.
Available since: 3.2
Sets property | Gtk.FontChooser:font-desc |
Parameters
font_desc
-
Type:
PangoFontDescription
A
PangoFontDescription
.The data is owned by the caller of the method.