?? charset.h
字號:
/*** $Id: charset.h,v 1.10 2003/04/29 07:16:34 weiym Exp $**** charset.h: the head file of charset operation set.**** Copyright (C) 2000 ~ 2002 Wei Yongming.** Copyright (C) 2003 Feynman Software.*/#ifndef GUI_FONT_CHARSET_H #define GUI_FONT_CHARSET_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */CHARSETOPS* GetCharsetOps (const char* charset_name);#ifdef _GB_SUPPORTextern unsigned short gbunicode_map [];#endif#ifdef _GBK_SUPPORTextern unsigned short gbkunicode_map [];#endif#ifdef _GB18030_SUPPORTextern unsigned short gb18030_0_unicode_map [];#endif#ifdef _BIG5_SUPPORTextern unsigned short big5_unicode_map [];#endif#ifdef _EUCKR_SUPPORTextern unsigned short ksc5601_0_unicode_map [];#endif#ifdef _EUCJP_SUPPORTextern unsigned short jisx0208_0_unicode_map [];#endif#ifdef _SHIFTJIS_SUPPORTextern unsigned short jisx0208_1_unicode_map [];#endif#ifdef __cplusplus}#endif /* __cplusplus */#endif // GUI_FONT_CHARSET_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -