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

SFont.cpp File Reference

#include <SDL.h>
#include <iostream>
#include <strstream>
#include "SFont.h"

Functions

Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y)
void InitFont2 (SFont_FontInfo *Font)
void InitFont (SDL_Surface *Font)
void PutString2 (SDL_Surface *Surface, SFont_FontInfo *Font, int x, int y, char *text)
void PutString (SDL_Surface *Surface, int x, int y, char *text)
int TextWidth2 (SFont_FontInfo *Font, char *text)
int TextWidth (char *text)
void XCenteredString2 (SDL_Surface *Surface, SFont_FontInfo *Font, int y, char *text)
void XCenteredString (SDL_Surface *Surface, int y, char *text)
void SFont_InternalInput (SDL_Surface *Dest, SFont_FontInfo *Font, int x, int y, int PixelWidth, char *text)
void SFont_Input2 (SDL_Surface *Dest, SFont_FontInfo *Font, int x, int y, int PixelWidth, char *text)
void SFont_Input (SDL_Surface *Dest, int x, int y, int PixelWidth, char *text)

Variables

SFont_FontInfo InternalFont

Function Documentation

Uint32 GetPixel SDL_Surface *    Surface,
Sint32    X,
Sint32    Y
 

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 *    Dest,
int    x,
int    y,
int    PixelWidth,
char *    text
 

void SFont_Input2 SDL_Surface *    Dest,
SFont_FontInfo   Font,
int    x,
int    y,
int    PixelWidth,
char *    text
 

void SFont_InternalInput SDL_Surface *    Dest,
SFont_FontInfo   Font,
int    x,
int    y,
int    PixelWidth,
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
 


Variable Documentation

SFont_FontInfo InternalFont
 


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