examples/memory_sdl/sdlfont.h

00001 #ifndef __SDLFONT_H
00002 #define __SDLFONT_H
00003 
00004 void SDLFontDrawChar(char t, SDL_Surface* img, int x1, int y1);
00005 void SDLFontDraw(const char* txt, const void* font, float x, float y);
00006 float SDLFontSize(const char* txt, const void* font);
00007 #endif

SourceForge.net Logo
generated with doxygen 1.5.3 on Mon Oct 29 18:09:26 2007