⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 charset.h

📁 MiniGUI for uCOS 移植实验全部源码
💻 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 __cplusplus
extern "C" {
#endif  /* __cplusplus */

CHARSETOPS* GetCharsetOps (const char* charset_name);

#ifdef _GB_SUPPORT
extern unsigned short gbunicode_map [];
#endif

#ifdef _GBK_SUPPORT
extern unsigned short gbkunicode_map [];
#endif

#ifdef _GB18030_SUPPORT
extern unsigned short gb18030_0_unicode_map [];
#endif

#ifdef _BIG5_SUPPORT
extern unsigned short big5_unicode_map [];
#endif

#ifdef _EUCKR_SUPPORT
extern unsigned short ksc5601_0_unicode_map [];
#endif

#ifdef _EUCJP_SUPPORT
extern unsigned short jisx0208_0_unicode_map [];
#endif

#ifdef _SHIFTJIS_SUPPORT
extern 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 + -