CDC::GetTextMetrics

CDC::GetTextMetrics

Visual Studio 2005
其他版本
此主题尚未评级 评价此主题

Retrieves the metrics for the current font using the attribute device context.

BOOL GetTextMetrics(
   LPTEXTMETRIC lpMetrics 
) const;

Parameters

lpMetrics

Points to the TEXTMETRIC structure that receives the metrics.

Return Value

Nonzero if the function is successful; otherwise 0.

你可能感兴趣的:(CDC::GetTextMetrics)