CDC::GetCurrentFont
返回指向当前选定的 CFont 对象。
CFont* GetCurrentFont( ) const;
返回值
为 CFont 对象的指针,因此,如果成功;否则 NULL。
备注
此成员函数可以返回临时对象。
要求
Header: afxwin.h
返回指向当前选定的 CFont 对象。
CFont* GetCurrentFont( ) const;
为 CFont 对象的指针,因此,如果成功;否则 NULL。
此成员函数可以返回临时对象。
Header: afxwin.h