sysfont.h

来自「libminigui-1.3.0.tar.gz。 miniGUI的库函数源代码」· C头文件 代码 · 共 28 行

H
28
字号
/*** $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 __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitSysFont (void);void TermSysFont (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif // GUI_SYSFONT_H

⌨️ 快捷键说明

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