struct typFNT_GB16 // 汉字字模数据结构
{
unsigned char Index[2]; // 汉字内码索引
char Msk[32]; // 点阵码数据
};
struct typFNT_GB16 code_GB_16[] = // 数据表
{
"检", 0x10,0x40,0x10,0x40,0x10,0xA0,0x10,0xA0,
0xFD,0x10,0x12,0x0E,0x35,0xF4,0x30,0x00,
0x58,0x40,0x56,0x48,0x91,0x4C,0x11,0x48,
0x11,0x50,0x10,0x04,0x1F,0xFE,0x10,0x00,
"测", 0x00,0x00,0x40,0x44,0x27,0xE4,0x24,0x54,
0x85,0x54,0x65,0x54,0x25,0x54,0x0D,0x54,
0x15,0x54,0x25,0x54,0xE5,0x54,0x21,0x04,
0x22,0x84,0x24,0x44,0x28,0x54,0x20,0x08,
"到", 0x01,0x04,0x7F,0x84,0x08,0x04,0x10,0x24,
0x22,0x24,0x41,0x24,0x7F,0xA4,0x08,0xA4,
0x0A,0x24,0x7F,0x24,0x08,0x24,0x08,0x24,
0x08,0x04,0x0F,0x84,0xF8,0x14,0x00,0x08,
"卡", 0x02,0x00,0x02,0x20,0x03,0xF0,0x02,0x00,
0x02,0x00,0x02,0x04,0xFF,0xFE,0x02,0x00,
0x02,0x00,0x02,0x80,0x02,0x60,0x02,0x30,
0x02,0x10,0x02,0x00,0x02,0x00,0x02,0x00,
"注", 0x00,0x80,0x40,0x40,0x30,0x44,0x17,0xFE,
0x80,0x40,0x60,0x40,0x20,0x40,0x08,0x48,
0x17,0xFC,0x20,0x40,0xE0,0x40,0x20,0x40,
0x20,0x40,0x20,0x44,0x2F,0xFE,0x20,0x00,
……
}