add_font_argument


Description:

[ Version ( since = "3.0" ) ]
public void add_font_argument (string name, string nick, string? blurb, bool none_ok, Font? default_value, bool default_to_context, ParamFlags flags)

Add a new Font argument to this.

Parameters:

this

the Procedure.

name

the name of the argument to be created.

nick

the label used in GimpProcedureDialog.

blurb

a more detailed help description.

none_ok

whether null is a valid value.

default_value

default value

default_to_context

Use the context's font as default value.

flags

argument flags.