Function

GimpResourceid_is_font

Declaration [src]

gboolean
gimp_resource_id_is_font (
  gint resource_id
)

Description [src]

Returns whether the resource ID is a font.

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

Available since:3.0

Parameters

resource_id gint
 

The resource ID.

Return value

Returns: gboolean
 

TRUE if the resource ID is a font, FALSE otherwise.