?? font12x18h.h
字號:
/*-------------------------------------------------------------------------
* Name Font12x18H.H
*
* Description This is mono bitmap font table.
* There are 96 character in table and each character has 36bytes
* The char is from ASCII code 0x20 to 0x7F
-------------------------------------------------------------------------*/
#ifndef _Font12x18_H_
#define _Font12x18_H_
#ifndef _Font12x18_
#define global_font12x18 extern
#else
#define global_font12x18
#endif
//*-------------------------------------------------------------------
//* Global Constants
//*-------------------------------------------------------------------
global_font12x18 code unsigned char Font12x18[576];
//*-------------------------------------------------------------------
//* Global Function
//*-------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -