EnumFonts
The EnumFonts function enumerates the fonts available on a specified device. For each font with the specified typeface name, the EnumFonts function retrieves information about that font and passes it to the application-defined callback function. This callback function can process the font information as desired. Enumeration continues until there are no more fonts or the callback function returns zero. This function is provided for compatibility with 16-bit versions of Windows. Win32-based applications should use the EnumFontFamiliesEx function.