Class InstalledFontCollection

InstalledFontCollection class

Represents the fonts installed on the system. This class cannot be inherited.

public sealed class InstalledFontCollection : FontCollection

Constructors

NameDescription
InstalledFontCollection()Initializes a new instance of the InstalledFontCollection class.

Properties

NameDescription
Families { get; }Gets the array of FontFamily objects associated with this FontCollection.

Methods

NameDescription
AddFamilies(FontFamily[])Adds families to the global system fonts collection.
Dispose()Releases all resources used by this FontCollection.
RemoveFamilies(FontFamily[])Removes families from the global system fonts collection.

See Also