19,464
社区成员
发帖
与我相关
我的任务
分享
GetTextExtentPoint32(*this->m_list.GetWindowDC(), "HHHH", 4, &s);
CString str = "tiger";
char *p=str.GetBuffer(str.GetLength());
LPINT as = 0;
GetCharWidth32(*this->m_list.GetWindowDC(), p[0], p[2], as);
SIZE s;
CWindowDC dc(this);
HDC hdc = dc.GetSafeHdc();
SelectObject(hdc, this->GetFont());
GetTextExtentPoint32(*this->m_list.GetWindowDC(), "HHHH", 4, &s);
rc.left = rc.left + s.cx;