ENUMLOGFONTEX structure
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 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names |
ENUMLOGFONTEXW (Unicode) and ENUMLOGFONTEXA (ANSI) |
See also
Show: