[ CCode ( cname = "gimp_font_chooser_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public FontChooser (string? title, string? label, Font? font)
Creates a new Widget that lets a user choose a font.
You can put this widget in a plug-in dialog.
When font is NULL, initial choice is from context.
| title |
Title of the dialog to use or null to use the default title. |
| label |
Button label or null for no label. |
| font |
Initial font. |
|
A Widget that you can use in your UI. |