ENUMLOGFONT structure
The ENUMLOGFONT structure defines the attributes of a font, the complete name of a font, and the style of a font.
Syntax
typedef struct tagENUMLOGFONT { LOGFONT elfLogFont; TCHAR elfFullName[LF_FULLFACESIZE]; TCHAR elfStyle[LF_FACESIZE]; } ENUMLOGFONT, *LPENUMLOGFONT;
Members
- elfLogFont
-
A LOGFONT structure that defines the attributes of a font.
- elfFullName
-
A unique name for the font. For example, ABCD Font Company TrueType Bold Italic Sans Serif.
- elfStyle
-
The style of the font. For example, Bold Italic.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names |
ENUMLOGFONTW (Unicode) and ENUMLOGFONTA (ANSI) |
See also
Show: