GtkFontButton Constructor

GtkFontButton::new_with_font (string fontname);

Use this method if you want to the font button to show a preset font already selected. Pass the name of the font that you would like selected as a parameter to this method.

This method must be called statically.