ezfont.h

来自「这是个人脸识别程序」· C头文件 代码 · 共 19 行

H
19
字号
/*----------------------   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 + =
减小字号Ctrl + -
显示快捷键?