System.Drawing.Text.FontCollection
Provides a base class for installed and private font collections.
namespace System.Drawing.Text
{
public abstract class FontCollection : IDisposable
{
IntPtr Pointer { get; }
public FontFamily[] Families { get; }
public void Dispose();
protected virtual void Dispose(bool disposing);
}
}