📄 sysfont.h
字号:
//// $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -