Font Constructor (Font^, FontStyle)
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- prototype
- Type: System.Drawing::Font^
- newStyle
-
Type:
System.Drawing::FontStyle
The FontStyle to apply to the new Font. Multiple values of the FontStyle enumeration can be combined with the OR operator.
For localized applications that are based on the .NET Framework 2.0 and earlier releases, specifying a font for prototype when that font has not been installed on the computer that is used to build your application will cause the Microsoft Sans Serif font to be used instead. If your application depends on this behavior and you must recompile your application for the .NET Framework 3.0, you should specify the Microsoft Sans Serif font for prototype.
The following code example demonstrates the Inequality operator, the Font constructor, and the Bold property. This example is designed to be used with a Windows Form that contains a button named Button2. Paste the following code into your form and associate the Button2_Click method with the button's Click event.
Available since 1.1