Font Constructor (FontFamily^, Single)

 

Initializes a new Font using a specified size.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
Font(
	FontFamily^ family,
	float emSize
)

Parameters

family
Type: System.Drawing::FontFamily^

The FontFamily of the new Font.

emSize
Type: System::Single

The em-size, in points, of the new font.

Exception Condition
ArgumentException

emSize is less than or equal to 0, evaluates to infinity, or is not a valid number.

The resulting font has its Style property set to Regular and its Unit property set to Point.

.NET Framework
Available since 1.1
Return to top
Show: