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