Toast演示

This commit is contained in:
2026-07-28 23:35:51 +08:00
parent a222cf81bb
commit 8bd6453415
9 changed files with 460 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
#ifndef INCLUDED_FONTSTR_H
#define INCLUDED_FONTSTR_H
#ifndef INCLUDED_WINDOWS_H
#define INCLUDED_WINDOWS_H
#include <windows.h>
#endif /*INCLUDED_WINDOWS_H*/
#ifndef INCLUDED_STRING_H
#define INCLUDED_STRING_H
#include <string.h>
#endif /*INCLUDED_STRING_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
char* GetFontString(char* s, int s_len, TEXTMETRIC TextMetric, char* FaceName);
#endif /*INCLUDED_FONTSTR_H*/