📄 fontsetwindows.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -