System.Drawing.Text.PrivateFontCollection
Provides a collection of font families built from font files that are provided by the client application.
namespace System.Drawing.Text
{
public sealed class PrivateFontCollection : FontCollection
{
public PrivateFontCollection();
public void AddFontFile(string filename);
public void AddMemoryFont(IntPtr memory, int length);
}
}