This method computes the width and height of a line of text using the current font to determine the dimensions.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CSize GetTextExtent( LPCTSTR lpszString, int nCount ) const;
CSize GetTextExtent( const CString& str ) const;
CDC::m_hAttribDC, CDC::m_hDC, CDC::GetOutputTextExtent, CSize