Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SFont.h File Reference

Go to the source code of this file.

Compounds

struct  SFont_FontInfo

Functions

void InitFont (SDL_Surface *Font)
void InitFont2 (SFont_FontInfo *Font)
void PutString (SDL_Surface *Surface, int x, int y, char *text)
void PutString2 (SDL_Surface *Surface, SFont_FontInfo *Font, int x, int y, char *text)
int TextWidth (char *text)
int TextWidth2 (SFont_FontInfo *Font, char *text)
void XCenteredString (SDL_Surface *Surface, int y, char *text)
void XCenteredString2 (SDL_Surface *Surface, SFont_FontInfo *Font, int y, char *text)
void SFont_Input (SDL_Surface *Destination, int x, int y, int Width, char *text)
void SFont_Input2 (SDL_Surface *Destination, SFont_FontInfo *Font, int x, int y, int Width, char *text)


Function Documentation

void InitFont SDL_Surface *    Font
 

void InitFont2 SFont_FontInfo   Font
 

void PutString SDL_Surface *    Surface,
int    x,
int    y,
char *    text
 

void PutString2 SDL_Surface *    Surface,
SFont_FontInfo   Font,
int    x,
int    y,
char *    text
 

void SFont_Input SDL_Surface *    Destination,
int    x,
int    y,
int    Width,
char *    text
 

void SFont_Input2 SDL_Surface *    Destination,
SFont_FontInfo   Font,
int    x,
int    y,
int    Width,
char *    text
 

int TextWidth char *    text
 

int TextWidth2 SFont_FontInfo   Font,
char *    text
 

void XCenteredString SDL_Surface *    Surface,
int    y,
char *    text
 

void XCenteredString2 SDL_Surface *    Surface,
SFont_FontInfo   Font,
int    y,
char *    text
 


Generated on Sun Mar 2 18:50:27 2003 for eounicorn by doxygen1.3-rc3