Function

Gimpfonts_set_popup

Declaration [src]

gboolean
gimp_fonts_set_popup (
  const gchar* font_callback,
  GimpFont* font
)

Description [src]

Sets the current font in a font selection dialog.

Sets the current font in a font selection dialog.

Parameters

font_callback

Type: const gchar*

The name of the callback registered in the PDB for the dialog.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
font

Type: GimpFont

The font to set as selected.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success.