NEWTEXTMETRICEXA structure (wingdi.h)

The NEWTEXTMETRICEX structure contains information about a physical font.

Syntax

typedef struct tagNEWTEXTMETRICEXA {
  NEWTEXTMETRICA ntmTm;
  FONTSIGNATURE  ntmFontSig;
} NEWTEXTMETRICEXA;

Members

ntmTm

A NEWTEXTMETRIC structure.

ntmFontSig

A FONTSIGNATURE structure indicating the coverage of the font.

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.

Requirements

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)

See also

FONTSIGNATURE

Font and Text Structures

Fonts and Text Overview

NEWTEXTMETRIC