ENUMLOGFONTEXDV structure
Applies to: desktop apps only
The ENUMLOGFONTEXDV structure contains the information used to create a font.
Syntax
typedef struct tagENUMLOGFONTEXDV {
ENUMLOGFONTEX elfEnumLogfontEx;
DESIGNVECTOR elfDesignVector;
} ENUMLOGFONTEXDV, *PENUMLOGFONTEXDV;
Members
- elfEnumLogfontEx
-
An ENUMLOGFONTEX structure that contains information about the logical attributes of the font.
- elfDesignVector
-
A DESIGNVECTOR structure. This is zero-filled unless the font described is a multiple master OpenType font.
Remarks
The actual size of ENUMLOGFONTEXDV depends on that of DESIGNVECTOR, which, in turn depends on its dvNumAxes member.
The EnumFonts, EnumFontFamilies, and EnumFontFamiliesEx functions have been modified to return pointers to ENUMTEXTMETRIC and ENUMLOGFONTEXDV to the callback function.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | ENUMLOGFONTEXDVW (Unicode) and ENUMLOGFONTEXDVA (ANSI) |
See also
- Fonts and Text Overview
- Font and Text Structures
- CreateFontIndirectEx
- EnumFonts
- EnumFontFamilies
- EnumFontFamiliesEx
- DESIGNVECTOR
- ENUMTEXTMETRIC
Send comments about this topic to Microsoft
Build date: 3/7/2012