Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
wingdi.h
Unicode
WinNT
Platform Notes
None

ENUMLOGFONT

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

typedef struct tagENUMLOGFONT { // elf

LOGFONT elfLogFont;

BCHAR elfFullName[LF_FULLFACESIZE];

BCHAR 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".

See Also

EnumFontFamProc
, LOGFONT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples