CDC::GetTextExtent

This method computes the width and height of a line of text using the current font to determine the dimensions.

At a Glance

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

Syntax

CSize GetTextExtent( LPCTSTR lpszString, int nCount ) const;

CSize GetTextExtent( const CString& str ) const;

See Also

CDC::m_hAttribDC, CDC::m_hDC, CDC::GetOutputTextExtent, CSize