22 lines
505 B
C
22 lines
505 B
C
#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*/
|