gdi_stock.h.svn-base

来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 23 行

SVN-BASE
23
字号
// gdi_stock.h// from WINGDI.H (to be converted)/* Stock Logical Objects */#define WHITE_BRUSH         0#define LTGRAY_BRUSH        1#define GRAY_BRUSH          2#define DKGRAY_BRUSH        3#define BLACK_BRUSH         4#define NULL_BRUSH          5#define HOLLOW_BRUSH        NULL_BRUSH#define WHITE_PEN           6#define BLACK_PEN           7#define NULL_PEN            8#define OEM_FIXED_FONT      10#define ANSI_FIXED_FONT     11#define ANSI_VAR_FONT       12#define SYSTEM_FONT         13#define DEVICE_DEFAULT_FONT 14#define DEFAULT_PALETTE     15#define SYSTEM_FIXED_FONT   16

⌨️ 快捷键说明

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