Files
WinGUI/GUITest/FontStr.h
T

22 lines
505 B
C
Raw Normal View History

2026-07-28 23:35:51 +08:00
#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*/