Overview | Methods | This Package | All Packages
Sets a value indicating the minimum point size a user can select.
Syntax
public final void setMinSize( int value )
Parameters
value
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 getMinSize