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

📄 charset.h

📁 在ecos 下mingui 的移植开发
💻 H
字号:
//// $Id: charset.h,v 1.4 2000/08/25 03:51:03 weiym Exp $//// charset.h: the head file of charset operation set.//// Copyright (C) 2000, Wei Yongming.// Copyright (C) 2000, BluePoint 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 __cplusplus}#endif  /* __cplusplus */#endif // GUI_FONT_CHARSET_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -