int GetTextFace( int nCount, LPTSTR lpszFacename ) const;
int GetTextFace( CString& rString ) const;
Return Value
The number of bytes copied to the buffer, not including the terminating null character. It is 0 if an error occurs.
Parameters
nCount
Specifies the size of the buffer (in bytes). If the typeface name is longer than the number of bytes specified by this parameter, the name is truncated.
lpszFacename
Points to the buffer for the typeface name.
rString
A reference to a CString object.
Remarks
Call this member function to copy the typeface name of the current font into a buffer. The typeface name is copied as a null-terminated string.
CDC Overview | Class Members | Hierarchy Chart
See Also CDC::GetTextMetrics, CDC::SetTextAlign, CDC::TextOut, ::GetTextFace