Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PrivateFontCollection.AddFontFile(String) Method

Definition

Namespace:
System.Drawing.Text
Assembly:
System.Drawing.Common.dll
Assembly:
System.Drawing.dll
Package:
System.Drawing.Common v11.0.0-preview.5.26302.115
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.cs
Source:
PrivateFontCollection.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.

Adds a font from the specified file to this PrivateFontCollection.

public:
 void AddFontFile(System::String ^ filename);
public void AddFontFile(string filename);
member this.AddFontFile : string -> unit
Public Sub AddFontFile (filename As String)

Parameters

filename
String

A String that contains the file name of the font to add.

Exceptions

The specified font is not supported or the font file cannot be found.

Remarks

Windows Forms applications support TrueType fonts and have limited support for OpenType fonts. If you try to use a font that is not supported, such as an unsupported OpenType font or a Bitmap font, an exception will occur. The AddFontFile is not supported on operating systems before Windows 2000. When using a private font on operating systems before Windows 2000, the default font, typically Microsoft Sans Serif, will be substituted.

Applies to

See also


Feedback

Was this page helpful?