Class FontCollection

FontCollection class

Provides a base class for installed and private font collections.

public abstract class FontCollection : IDisposable

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