CWnd::GetFont

Gets the current font for this window.

CFont* GetFont( ) const;

Возвращаемое значение

A pointer to a CFont that contains the current font.

The pointer may be temporary and should not be stored for later use.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::SetFont

WM_GETFONT

CFont Class