GetTextMetrics
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

This function fills the specified buffer with the metrics for the currently selected font.

Syntax


BOOL GetTextMetrics(
  HDC hdc, 
  LPTEXTMETRIC lptm
); 
Parameters

hdc

[in] Handle to the device context (DC).

lptm

[out] Long pointer to the TEXTMETRIC structure that receives the metrics.

Return Value

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

For any given font, the text metric values in Windows Embedded CE do not necessarily match the text metric values on Windows-based desktop platforms.

Requirements

Headerwindows.h
Librarycoredll.lib
Windows Embedded CEWindows CE 1.0 and later
Windows MobilePocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
See Also

Reference

GetTextFace
TEXTMETRIC

Tags :


Page view tracker