⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fonts.h

📁 ASCII 点阵字体
💻 H
字号:
// Fonts.h: interface for the CFonts class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_FONTS_H__B45F42D6_9EE2_4F0D_87EE_CB420B6B2EF7__INCLUDED_)
#define AFX_FONTS_H__B45F42D6_9EE2_4F0D_87EE_CB420B6B2EF7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CGisFonts  
{
public:
	// 根据字体文件,读取各个字符的点阵
	BOOL ParseFonts15x10( CStdioFile *pFile );
	BOOL ParseFonts9x7( CStdioFile *pFile );
	BOOL ParseFonts7x5( CStdioFile *pFile );
	BOOL ParseFonts5x5( CStdioFile *pFile );
	CGisFonts();
	virtual ~CGisFonts();


};

#endif // !defined(AFX_FONTS_H__B45F42D6_9EE2_4F0D_87EE_CB420B6B2EF7__INCLUDED_)

⌨️ 快捷键说明

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