?? font.h
字號:
#ifndef __FONT_H
#define __FONT_H
#include "typedef.h"
typedef struct typFNT_GB24 // 漢字字模數據結構
{
uchar Index[2];
uchar Msk[72];
}FNT_GB24;
typedef struct typFNT_GB16 // 漢字字模數據結構
{
uchar Index[2];
uchar Msk[32];
}FNT_GB16;
typedef struct typFNT_GB12 // 漢字字模數據結構
{
uchar Index[2];
uchar Msk[24];
}FNT_GB12;
//字庫
extern FNT_GB12 code HZK12[];
extern FNT_GB16 code HZK16[];
extern uchar code ASC8x16[256][16];
extern uchar code Font24X32[12][96];
extern uchar code font6x8[][8];
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -