win32gui.EnumFontFamilies
int = EnumFontFamilies(hdc, Family , EnumFontFamProc , Param )
Enumerates the available font families.
Parameters
Comments
The parameters that the callback function will receive are as follows:PyLOGFONT - contains the font parameters
None - Placeholder for a TEXTMETRIC structure, not supported yet
int - Font type, combination of DEVICE_FONTTYPE, RASTER_FONTTYPE, TRUETYPE_FONTTYPE
object - The Param originally passed in to EnumFontFamilies