ENUMLOGFONT (Windows CE 5.0)

Send Feedback

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

typedefstructtagENUMLOGFONT{LOGFONTelfLogFont;TCHARelfFullName[LF_FULLFACESIZE];TCHARelfStyle[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

OS Versions: Windows CE 1.0 and later.
Header: Wingdi.h.

See Also

EnumFontFamProc | LOGFONT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.