Gimp.fonts_get_by_name

@accepts(unicode, int)
@returns([Gimp.Font])
def fonts_get_by_name(name, num_fonts):
    # Python wrapper for gimp_fonts_get_by_name()
  

Returns the fonts with the given name.

Returns the fonts with the given name. There may be more than one.

Since 3.0

name

The name of the font.

num_fonts

The number of fonts with the given name.

Returns