sysfont.h

来自「在ecos 下mingui 的移植开发」· C头文件 代码 · 共 27 行

H
27
字号
//// $Id: sysfont.h,v 1.5 2000/06/20 01:36:29 weiym Exp $//// sysfont.h: the head file of System Font module.//// Copyright (c) 2000, Wei Yongming.//#ifndef GUI_SYSFONT_H    #define GUI_SYSFONT_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */extern LOGFONT SysLogFont;BOOL InitSysFont (void);void TermSysFont (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif // GUI_SYSFONT_H

⌨️ 快捷键说明

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