enumfonts (gdi32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern int EnumFonts(IntPtr hdc, string lpFaceName, EnumFontsDelegate
   lpFontFunc, IntPtr lParam);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Drawing.Text.InstalledFontCollection

Documentation
EnumFonts on MSDN