Function

GimpRunFontCallback

Declaration

void
(* GimpRunFontCallback) (
  const gchar* font_name,
  gboolean dialog_closing,
  gpointer user_data
)

Description

No description available.

Parameters

font_name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
dialog_closing gboolean
  No description available.
user_data gpointer
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.