This topic has not yet been rated - Rate this topic

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

Wingdi.h (include Windows.h)

Unicode and ANSI names

ENUMLOGFONTEXW (Unicode) and ENUMLOGFONTEXA (ANSI)

See also

Fonts and Text Overview
Font and Text Structures
EnumFontFamExProc
EnumFontFamiliesEx
LOGFONT

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ