ENUMLOGFONTEXDVA structure (wingdi.h)

The ENUMLOGFONTEXDV structure contains the information used to create a font.

Syntax

typedef struct tagENUMLOGFONTEXDVA {
  ENUMLOGFONTEXA elfEnumLogfontEx;
  DESIGNVECTOR   elfDesignVector;
} ENUMLOGFONTEXDVA, *PENUMLOGFONTEXDVA, *LPENUMLOGFONTEXDVA;

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.

Note

The wingdi.h header defines ENUMLOGFONTEXDV as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

CreateFontIndirectEx

DESIGNVECTOR

ENUMTEXTMETRIC

EnumFontFamilies

EnumFontFamiliesEx

EnumFonts

Font and Text Structures

Fonts and Text Overview