fontsetwindows.h

来自「点阵上位机」· C头文件 代码 · 共 40 行

H
40
字号
#if !defined(AFX_FONTSETWINDOWS_H__4FDEA54A_AE44_4707_AA67_9BBB5B9304D0__INCLUDED_)
#define AFX_FONTSETWINDOWS_H__4FDEA54A_AE44_4707_AA67_9BBB5B9304D0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FontSetWindows.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CFontSetWindows dialog

class CFontSetWindows : public CFontDialog
{
	DECLARE_DYNAMIC(CFontSetWindows)

public:
	CFontSetWindows(LPLOGFONT lplfInitial = NULL,
		DWORD dwFlags = CF_EFFECTS | CF_SCREENFONTS,
		CDC* pdcPrinter = NULL,
		CWnd* pParentWnd = NULL);
#ifndef _AFX_NO_RICHEDIT_SUPPORT
	CFontSetWindows(const CHARFORMAT& charformat,
		DWORD dwFlags = CF_SCREENFONTS,
		CDC* pdcPrinter = NULL,
		CWnd* pParentWnd = NULL);
#endif

protected:
	//{{AFX_MSG(CFontSetWindows)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FONTSETWINDOWS_H__4FDEA54A_AE44_4707_AA67_9BBB5B9304D0__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?