PrivateFontCollection.AddFontFile

PrivateFontCollection.AddFontFile method

Voegt hier een lettertype uit het gespecificeerde bestand aan toePrivateFontCollection .

public void AddFontFile(string filename)
ParameterTypeBeschrijving
filenameStringAString dat de bestandsnaam bevat van het toe te voegen lettertype.

Uitzonderingen

uitzonderingvoorwaarde
ArgumentNullExceptionDe bestandsnaam mag niet null of leeg zijn.
FileNotFoundExceptionHet opgegeven lettertype wordt niet ondersteund of het lettertypebestand kan niet worden gevonden.

Zie ook