GtkFontButton::get_use_font

bool get_use_font();

Use this method when you want to determine whether the GtkFontButton uses the font selected in the font selection dialog. This means that the label of the font button itself will be displayed in the selected font. The function will return true if it does, false otherwise.

See also: set_use_font()