GtkFontSelectionDialog::get_font_name

string get_font_name();

See also: set_font_name()

Use this method to determine the name (and size) of the font that the user has currently selected on the dialog box. This method is usually used in conjunction with the regular dialog response signals. An example of a type of result that the method generates is: "Sans Bold 14", which indicates that the name of the font is "Sans", the style is "Bold", while the size of the font selected is 14.