FontDialog.setFixedPitchOnly

Overview | Methods | This Package | All Packages

FontDialog.setFixedPitchOnly

Sets a boolean value indicating whether the dialog box should allow only the selection of fixed-pitch fonts.

Syntax

public final void setFixedPitchOnly( boolean value )

Parameters

value

Set to true if only fixed-pitch fonts can be selected; otherwise, set to false. The default value is false.

See Also   getFixedPitchOnly