Font Constructor (String^, Single, FontStyle)
.NET Framework (current version)
Initializes a new Font using a specified size and style.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- familyName
-
Type:
System::String^
A string representation of the FontFamily for the new Font.
- emSize
-
Type:
System::Single
The em-size, in points, of the new font.
- style
-
Type:
System.Drawing::FontStyle
The FontStyle 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 Unit property set to Point. Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If the familyName parameter specifies a font that is not installed on the machine running the application or is not supported, Microsoft Sans Serif will be substituted.
.NET Framework
Available since 1.1
Available since 1.1
Show: