Prev Next

ENUMLOGFONT info  Overview  Group

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; 

 

Members

elfLogFont
Specifies a LOGFONT structure that defines the attributes of a font.
elfFullName
Specifies a unique name for the font. For example, “ABCD Font Company TrueType Bold Italic Sans Serif”.
elfStyle
Specifies the style of the font. For example, “Bold Italic”.

See Also

EnumFontFamProc, LOGFONT