Files
WinGUI/GUITest/SimpFont.h
T

17 lines
359 B
C
Raw Normal View History

2026-07-28 14:17:49 +08:00
#ifndef INCLUDED_SIMPFONT_H
#define INCLUDED_SIMPFONT_H
#define CM_INFO 100
#define CM_ROMAN 101
#define CM_SWISS 102
#define CM_SYMBOL 103
#define CM_ANSI_FIXED_FONT 201
#define CM_ANSI_VAR_FONT 202
#define CM_DEVICE_DEFAULT_FONT 203
#define CM_OEM_FIXED_FONT 204
#define CM_SYSTEM_FONT 205
#define CM_SYSTEM_FIXED_FONT 206
#endif /*INCLUDED_SIMPFONT_H*/