Retrieves a value indicating the minimum point size a user can select.
public final int getMinSize()
Returns 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 setMinSize