⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdi_stock.h

📁 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -