See Also: InstalledFontCollection Members
The System.Drawing.Text.InstalledFontCollection allows you to get a list of fonts families that are installed on the computer running the application with its FontCollection.Families property. For additional information on fonts and text, including example code, see Using Fonts and Text.
Do not use the System.Drawing.Text.InstalledFontCollection class to install a font to Windows. Instead use the ndptecgdi AddFontResource function. An System.Drawing.Text.InstalledFontCollection object sees only fonts that are installed in Windows before the object is created.