?? test.c
字號:
?
+
//test.c file define all chars information.
typedef unsigned int WORD;
const WORD encoding_00[] = //銘
{
0x1010,
0x0000, 0x0000, 0x1020, 0x1020, 0x1422, 0x3e7e, 0x20cc, 0x3ca8,
0x5412, 0xfe7e, 0x10c2, 0x1142, 0x1642, 0x187e, 0x1042, 0x0000
};
const WORD encoding_01[] = //正
{
0x1010,
0x0000, 0x0000, 0x0000, 0x000c, 0x3ffe, 0x0080, 0x0080, 0x1088,
0x10fc, 0x1080, 0x1080, 0x1080, 0x1084, 0xfffe, 0x0000, 0x0000
};
const WORD encoding_02[] = //同
{
0x1010,
0x0000, 0x0000, 0x0000, 0x200c, 0x3ffc, 0x2024, 0x2ff4, 0x2424,
0x27e4, 0x2424, 0x27e4, 0x2424, 0x2004, 0x2004, 0x201c, 0x0000
};
const WORD encoding_03[] = //創
{
0x1010,
0x0000, 0x0000, 0x0800, 0x0c02, 0x0b02, 0x1092, 0x1012, 0x3f92,
0x5112, 0x5112, 0x1112, 0x1352, 0x1042, 0x10fe, 0x1fc6, 0x0000
};
const WORD encoding_04[] = //Pic
{
0x1e14,
0x0000, 0x0000, 0x0007, 0xfffe, 0x0004, 0x0002, 0x0004, 0x8006,
0x0004, 0x8004, 0x0004, 0x800c, 0x0004, 0x8008, 0x0004, 0x8008,
0x0004, 0x8008, 0x0004, 0x8018, 0x0004, 0x8030, 0x0004, 0x8060,
0x0004, 0x80c0, 0x0004, 0x8180, 0x0004, 0x8100, 0x0004, 0x8300,
0x0004, 0x8200, 0x0004, 0x8600, 0x0004, 0x8c08, 0x0004, 0x88d8,
0x0004, 0x9870, 0x0004, 0x903c, 0x0004, 0x3020, 0x0004, 0x6020,
0x0004, 0xc000, 0x0004, 0x8000, 0x0007, 0x0000, 0x0006, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -