Function
Gimpfonts_popup
Declaration [src]
gboolean
gimp_fonts_popup (
const gchar* font_callback,
const gchar* popup_title,
const gchar* initial_font_name
)
Description [src]
Invokes the Gimp font selection dialog.
Opens a dialog letting a user choose a font.
Parameters
font_callback |
const gchar* |
The callback PDB proc to call when user chooses a font. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
popup_title |
const gchar* |
Title of the font selection dialog. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
initial_font_name |
const gchar* |
The name of the initial font choice. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |