GtkFontButton::set_font_name

bool set_font_name(string fontname);

This function will set the font name used by the GtkFontButton. It is therefore, the font displayed on the button's label. Pass the name of the font as a parameter to this method.

See also: get_font_name()