System.Drawing.Text.InstalledFontCollection
Represents the fonts installed on the system. This class cannot be inherited.
namespace System.Drawing.Text
{
public sealed class InstalledFontCollection : FontCollection
{
public InstalledFontCollection();
}
}