htfont.h
来自「www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的W」· C头文件 代码 · 共 47 行
H
47 行
/* 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 */typedef long int HTFont; /* For now as well */#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 + =
减小字号Ctrl + -
显示快捷键?