EnumFontFamExProc typedef

EnumFontFamExProc = 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 EnumFontFamExProc = Int32 Function(Pointer<LOGFONT> lpelfe,
    Pointer<TEXTMETRIC> lpntme, DWORD FontType, LPARAM lParam);