CDC::GetTextFace

This member function copies the typeface name of the current font into a buffer. The typeface name is copied as a null-terminated string.

Syntax

int GetTextFace( int nCount, LPTSTR lpszFacename ) const;

int GetTextFace( CString& rString ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::GetTextMetrics