Gimp.Resource.is_font

@accepts(Gimp.Resource)
@returns(bool)
def is_font(self):
    # Python wrapper for gimp_resource_is_font()
  

Returns whether the resource is a font.

This procedure returns TRUE if the specified resource is a font.

Since 3.0

self

The resource.

Returns