ENUMLOGFONT structure
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | ENUMLOGFONTW (Unicode) and ENUMLOGFONTA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012