📄 osfont.h
字号:
/*
Operating System
--------------------------------------------------------------------------
FILE osfont.h
--------------------------------------------------------------------------
INTRODUCTION
============
Created : 2005-05-05 Xiaoxi Jiang
Last modified : 2005-05-05 Xiaoxi Jiang
Module :
Purpose :
Header file.
List of routines in file :
File history :
*/
#ifndef __OSFONT_H_
#define __OSFONT_H_
#ifdef __cplusplus
extern "C" {
#endif
#define FONTNAME_GB2312_12X12 "hzk12.fnt"
#define FONTNAME_GB2312_16X16 "hzk16.fnt"
#define FONTNAME_GB2312_24X24 "hzk24.fnt"
#define FONTGB2312_12X12_SIZE 99878
#define FONTGB2312_16X16_SIZE 151565
#define FONTGB2312_24X24_SIZE 400000
unsigned char OSFONT_Load(void);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -