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
Dispose()Releases all resources used by this FontCollection.

See Also