Gimp.Resource.prototype.is_font
function is_font(): Boolean {
// Gjs 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
- Returns
TRUE if the resource is a font, FALSE otherwise.