Gimp.Procedure.prototype.add_font_aux_argument
function add_font_aux_argument(name: String, nick: String, blurb: String, default_value: Gimp.Font, default_to_context: Boolean, flags: GObject.ParamFlags): void {
// Gjs wrapper for gimp_procedure_add_font_aux_argument()
}
Add a new Gimp.Font auxiliary argument to procedure.
Since 3.0
- name
the name of the argument to be created.
- nick
the label used in #GimpProcedureDialog.
- blurb
a more detailed help description.
- default_value
default value
- default_to_context
Use the context's font as default value.
- flags
argument flags.