FontDialog.getMinSize

Overview | Methods | This Package | All Packages

FontDialog.getMinSize

Retrieves a value indicating the minimum point size a user can select.

Syntax

public final int getMinSize()

Return Value

Returns an integer that represents the the minimum point size a user can select; returns zero (0) if there is no size limit.

Remarks

In order for the maximum and minimum size settings to take effect, maxSize must be greater than minSize, and both must be greater than zero.

See Also   setMinSize