Retrieves font characteristics that are identified in a TEXTMETRIC structure. This method supports ANSI and Unicode compiler settings.
BOOL GetTextMetrics( TEXTMETRIC * pTextMetrics );
Nonzero if the function is successful; otherwise 0.
The compiler setting also determines the structure type. If Unicode is defined, the function returns a TEXTMETRICW structure. Otherwise, the function call returns a TEXTMETRICA structure.
Header: Declared in D3dx9core.h.