mgfontinfo.h

来自「monqueror一个很具有参考价值的源玛」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef		_MGFONTINFO_H_#define		_MGFONTINFO_H_#include "mgfont.h"#include "mgfontmetrics.h"class MGFontInfo{public:	MGFontInfo () {};	MGFontInfo (const MGFont&);	MGFontInfo (const MGFontInfo&);	~MGFontInfo () {};	bool fixedPitch () const;	int pointSize () const;    MGFont::CharSet	charSet() const;protected:	MGFontMetrics metrics;};#endif

⌨️ 快捷键说明

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