Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 2.76 KB

ns-wingdi-newtextmetricexa.md

File metadata and controls

88 lines (66 loc) · 2.76 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.tagNEWTEXTMETRICEXA
NEWTEXTMETRICEXA (wingdi.h)
The NEWTEXTMETRICEX structure contains information about a physical font. (ANSI)
NEWTEXTMETRICEX
NEWTEXTMETRICEX structure [Windows GDI]
NEWTEXTMETRICEXA
NEWTEXTMETRICEXW
_win32_NEWTEXTMETRICEX_str
gdi.newtextmetricex
wingdi/NEWTEXTMETRICEX
wingdi/NEWTEXTMETRICEXA
wingdi/NEWTEXTMETRICEXW
gdi\newtextmetricex.htm
gdi
b85ff705-2dd4-4877-9905-d4c2a0894e24
12/05/2018
NEWTEXTMETRICEX, NEWTEXTMETRICEX structure [Windows GDI], NEWTEXTMETRICEXA, NEWTEXTMETRICEXW, _win32_NEWTEXTMETRICEX_str, gdi.newtextmetricex, wingdi/NEWTEXTMETRICEX, wingdi/NEWTEXTMETRICEXA, wingdi/NEWTEXTMETRICEXW
wingdi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
NEWTEXTMETRICEXW (Unicode) and NEWTEXTMETRICEXA (ANSI)
Windows
NEWTEXTMETRICEXA
19H1
tagNEWTEXTMETRICEXA
wingdi/tagNEWTEXTMETRICEXA
NEWTEXTMETRICEXA
wingdi/NEWTEXTMETRICEXA
c++
APIRef
kbSyntax
HeaderDef
Wingdi.h
NEWTEXTMETRICEX
NEWTEXTMETRICEXA
NEWTEXTMETRICEXW

NEWTEXTMETRICEXA structure

-description

The NEWTEXTMETRICEX structure contains information about a physical font.

-struct-fields

-field ntmTm

A NEWTEXTMETRIC structure.

-field ntmFontSig

A FONTSIGNATURE structure indicating the coverage of the font.

-see-also

FONTSIGNATURE

Font and Text Structures

Fonts and Text Overview

NEWTEXTMETRIC

-remarks

Note

The wingdi.h header defines NEWTEXTMETRICEX 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.