NEWTEXTMETRICEXW structure (wingdi.h)
The NEWTEXTMETRICEX structure contains information about a physical font.
typedef struct tagNEWTEXTMETRICEXW {
NEWTEXTMETRICW ntmTm;
FONTSIGNATURE ntmFontSig;
} NEWTEXTMETRICEXW;
ntmTm
A NEWTEXTMETRIC structure.
ntmFontSig
A FONTSIGNATURE structure indicating the coverage of the font.
Note
The wingdi.h header defines NEWTEXTMETRICEX as an alias that 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 is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |