NEWTEXTMETRICEX

The NEWTEXTMETRICEX structure contains information about a physical font.

typedef struct tagNEWTEXTMETRICEX {
    NEWTEXTMETRIC  ntmentm;
    FONTSIGNATURE  ntmeFontSignature;
} NEWTEXTMETRICEX;
 

Members

ntmentm
Specifies a NEWTEXTMETRIC structure.
ntmeFontSignature
Specifies a FONTSIGNATURE structure indicating the coverage of the font.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Fonts and Text Overview, Font and Text Structures, NEWTEXTMETRIC