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

📄 sysfont.h

📁 在ADS环境下MiniGUI的源码
💻 H
字号:
/*
** $Id: sysfont.h,v 1.8 2003/08/12 07:46:18 weiym Exp $
**
** sysfont.h: the head file of System Font module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Create date: 2000/12/xx
*/

#ifndef GUI_SYSFONT_H
    #define GUI_SYSFONT_H

#ifdef __cplusplus
extern "C" {
#endif  /* __cplusplus */

BOOL InitSysFont (void);
void TermSysFont (void);

#ifdef __cplusplus
}
#endif  /* __cplusplus */

#endif // GUI_SYSFONT_H

⌨️ 快捷键说明

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