#ifndef __FONTENGINE_H_INCLUDED #define __FONTENGINE_H_INCLUDED #include "wintype.h" typedef void (*TEXTOUTFUNC)(INT32 x, INT32 y, INT32 width, INT32 height, PBYTE gsbits); extern HRESULT FontEng_setup(void); extern HRESULT FontEng_do_text_out(INT32 x, INT32 y, PCSTR pstr, TEXTOUTFUNC renderfunc); #endif /* __FONTENGINE_H_INCLUDED */