The ENUMLOGFONT structure defines the attributes of a font, the complete name of a font, and the style of a font.
typedef struct tagENUMLOGFONT { // elf
LOGFONT elfLogFont;
BCHAR elfFullName[LF_FULLFACESIZE];
BCHAR elfStyle[LF_FACESIZE];
} ENUMLOGFONT;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Requires version 1.0 or later.
Header: Declared in wingdi.h.
Unicode: Defined as Unicode and ANSI structures.
Fonts and Text Overview, Font and Text Structures, EnumFontFamProc, LOGFONT