This topic has not yet been rated - Rate this topic

ENUMLOGFONT structure

Applies to: desktop apps only

The ENUMLOGFONT structure defines the attributes of a font, the complete name of a font, and the style of a font.

Syntax

typedef struct tagENUMLOGFONT {
  LOGFONT elfLogFont;
  TCHAR   elfFullName[LF_FULLFACESIZE];
  TCHAR   elfStyle[LF_FACESIZE];
} ENUMLOGFONT, *LPENUMLOGFONT;

Members

elfLogFont

A LOGFONT structure that defines the attributes of a font.

elfFullName

A unique name for the font. For example, ABCD Font Company TrueType Bold Italic Sans Serif.

elfStyle

The style of the font. For example, Bold Italic.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wingdi.h (include Windows.h)

Unicode and ANSI names

ENUMLOGFONTW (Unicode) and ENUMLOGFONTA (ANSI)

See also

Fonts and Text Overview
Font and Text Structures
EnumFontFamProc
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