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

📄 htfont.h

📁 www工具包
💻 H
字号:
/*					The portable font concept!The portable font concept!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This is the Line mode browser version*/#ifndef HTFONT_H#define HTFONT_Htypedef long int HTLMFont;	/* For now */#define HT_NON_BREAK_SPACE ((char)1)	/* For now */#define HT_FONT		0#define HT_CAPITALS	1#define HT_BOLD		2#define HT_UNDERLINE	4#define HT_INVERSE	8#define HT_DOUBLE	0x10#define HT_BLACK	0#define HT_WHITE	1#endif /* HTFONT_H *//*End of HTFont*/

⌨️ 快捷键说明

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