Sets a value indicating the minimum point size a user can select.
public final void setMinSize( int value )
value
An integer that represents the minimum point size a user can select; returns zero (0) if there is no size limit.
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