Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 3.01 KB

ns-wingdi-enumlogfonta.md

File metadata and controls

94 lines (70 loc) · 3.01 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wingdi.tagENUMLOGFONTA
ENUMLOGFONTA (wingdi.h)
The ENUMLOGFONT structure defines the attributes of a font, the complete name of a font, and the style of a font. (ANSI)
*LPENUMLOGFONTA
ENUMLOGFONT
ENUMLOGFONT structure [Windows GDI]
ENUMLOGFONTA
ENUMLOGFONTW
LPENUMLOGFONT
LPENUMLOGFONT structure pointer [Windows GDI]
_win32_ENUMLOGFONT_str
gdi.enumlogfont
wingdi/ENUMLOGFONT
wingdi/ENUMLOGFONTA
wingdi/ENUMLOGFONTW
wingdi/LPENUMLOGFONT
gdi\enumlogfont.htm
gdi
cfae9e97-c714-40fb-88ab-95e12ea3ffa9
12/05/2018
*LPENUMLOGFONTA, ENUMLOGFONT, ENUMLOGFONT structure [Windows GDI], ENUMLOGFONTA, ENUMLOGFONTW, LPENUMLOGFONT, LPENUMLOGFONT structure pointer [Windows GDI], _win32_ENUMLOGFONT_str, gdi.enumlogfont, wingdi/ENUMLOGFONT, wingdi/ENUMLOGFONTA, wingdi/ENUMLOGFONTW, wingdi/LPENUMLOGFONT
wingdi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ENUMLOGFONTW (Unicode) and ENUMLOGFONTA (ANSI)
Windows
ENUMLOGFONTA, *LPENUMLOGFONTA
19H1
tagENUMLOGFONTA
wingdi/tagENUMLOGFONTA
LPENUMLOGFONTA
wingdi/LPENUMLOGFONTA
ENUMLOGFONTA
wingdi/ENUMLOGFONTA
c++
APIRef
kbSyntax
HeaderDef
Wingdi.h
ENUMLOGFONT
ENUMLOGFONTA
ENUMLOGFONTW

ENUMLOGFONTA structure

-description

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

-struct-fields

-field elfLogFont

A LOGFONT structure that defines the attributes of a font.

-field elfFullName

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

-field elfStyle

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

-see-also

EnumFontFamProc

Font and Text Structures

Fonts and Text Overview

LOGFONT

-remarks

Note

The wingdi.h header defines ENUMLOGFONT as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.