This commit is contained in:
2026-07-28 14:17:49 +08:00
parent a68366efb2
commit a222cf81bb
28 changed files with 2421 additions and 231 deletions
+16
View File
@@ -0,0 +1,16 @@
#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*/