Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Application.SetDefaultFont(Font) Method
Definition
- Namespace:
- System.Windows.Forms
- Assembly:
- System.Windows.Forms.dll
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
- Source:
- Application.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the default Font for the process.
public:
static void SetDefaultFont(System::Drawing::Font ^ font);
public static void SetDefaultFont(System.Drawing.Font font);
static member SetDefaultFont : System.Drawing.Font -> unit
Public Shared Sub SetDefaultFont (font As Font)
Parameters
- font
- Font
The font to be used as a default across the application.
Exceptions
font is null.
You can only call this method before the first window is created by your Windows Forms application.
Remarks
The system text scale factor is applied to the font. For example, if the default font is set to "Calibri, 11f" and the text scale factor is set to 150%, the resulting default font is set to "Calibri, 16.5f".
You can adjust text scale with the Make text bigger slider on the Settings > Ease of Access > Vision/Display screen.
Applies to
See also
Feedback
Was this page helpful?
