CFontDialog::GetSize
선택한 글꼴의 크기를 검색 하려면이 함수를 호출 합니다.
int GetSize( ) const;
반환 값
10 포인트 단위로 글꼴의 크기입니다.
예제
// Get the size of the selected font, if any.
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
int size = dlg.GetSize();
TRACE(_T("The size of the selected font = %d\n"), size);
}
요구 사항
헤더: afxdlgs.h