📄 ezfont.h
字号:
/*---------------------- ezfont.h header file ----------------------*/#if !defined(ezfont_h)#define ezfont_h#ifdef __cplusplusextern "C"#endifHFONT EzCreateFont(HDC hdc, char * szFaceName, int iDeciPtHeight, int iDeciPtWidth, int iAttributes, BOOL fLogRes);#define EZ_ATTR_BOLD 1#define EZ_ATTR_ITALIC 2#define EZ_ATTR_UNDERLINE 4#define EZ_ATTR_STRIKEOUT 8#endif // ezfont_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -