Share via


ENUMLOGFONT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure defines a font's attributes, full name, and style.

Syntax

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

Members

  • elfLogFont
    Specifies a LOGFONT structure that defines the attributes of a font.
  • elfFullName
    Specifies a unique name for the font. For example, ABCD Font Company TrueType Bold Italic Sans Serif.
  • elfStyle
    Specifies the style of the font, for example, Bold Italic.

Requirements

Header wingdi.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

EnumFontFamProc
LOGFONT