GimpUi.FontSelectButton.get_font

@accepts(GimpUi.FontSelectButton)
@returns(unicode)
def get_font(self):
    # Python wrapper for gimp_font_select_button_get_font()
  

Retrieves the name of currently selected font.

Since 2.4

self

A GimpUi.FontSelectButton

Returns