ENUMLOGFONTEX structure
Applies to: desktop apps only
The ENUMLOGFONTEX structure contains information about an enumerated font.
Syntax
typedef struct tagENUMLOGFONTEX {
LOGFONT elfLogFont;
TCHAR elfFullName[LF_FULLFACESIZE];
TCHAR elfStyle[LF_FACESIZE];
TCHAR elfScript[LF_FACESIZE];
} ENUMLOGFONTEX, *LPENUMLOGFONTEX;
Members
- elfLogFont
-
A LOGFONT structure that contains values defining the font attributes.
- elfFullName
-
The unique name of the font. For example, ABC Font Company TrueType Bold Italic Sans Serif.
- elfStyle
-
The style of the font. For example, Bold Italic.
- elfScript
-
The script, that is, the character set, of the font. For example, Cyrillic.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | ENUMLOGFONTEXW (Unicode) and ENUMLOGFONTEXA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012