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