FONTENUMPROC typedef
FONTENUMPROC =
Int32 Function(Pointer<LOGFONT> lpelfe, Pointer<TEXTMETRIC> lpntme, DWORD FontType, LPARAM lParam)
Application defined callback function used with the EnumFontFamiliesEx function. It is used to process the fonts.
Implementation
typedef FONTENUMPROC = Int32 Function(Pointer<LOGFONT> lpelfe,
Pointer<TEXTMETRIC> lpntme, DWORD FontType, LPARAM lParam);