请求解释一下VC++中GetTextMetrics函数和GetTextextent函数的区别?

 我来答
lrpchm
2011-01-01 · TA获得超过1377个赞
知道小有建树答主
回答量:1088
采纳率:0%
帮助的人:841万
展开全部
前面一个取得一串字符在设备上绘制占据的长宽,后面一个取设备当前字体的绘制参数。
bh_yang
2010-12-31 · TA获得超过245个赞
知道小有建树答主
回答量:223
采纳率:0%
帮助的人:180万
展开全部
1、
GetTextMetrics
The GetTextMetrics function fills the specified buffer with the metrics for the currently selected font.

BOOL GetTextMetrics(
HDC hdc, // handle to DC
LPTEXTMETRIC lptm // text metrics
);
Parameters
hdc
[in] Handle to the device context.
lptm
[out] Pointer to the TEXTMETRIC structure that receives the text metrics.
Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

2、
Call this member function to compute the width and height of a line of text using the current font to determine the dimensions.

CSize GetTextExtent(
LPCTSTR lpszString,
int nCount
) const;
CSize GetTextExtent(
const CString& str
) const;

Parameters
lpszString
Points to a string of characters. You can also pass a CString object for this parameter.

nCount
Specifies the number of characters in the string.

str
A CString object that contains the specified characters.

Return Value
The dimensions of the string (in logical units) in a CSize object.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式