Method SetRange
SetRange(int, int)
Sets the valid range for the font point size (Windows only).
void SetRange(int minRange, int maxRange)
Parameters
minRangeintNew minimal font point size. Pass 0 here to unrestrict minimal font point size.
maxRangeintNew maximal font point size. Pass 0 here to unrestrict maximal point size.
Remarks
The default is 0, 0 (unrestricted range).