public class Text {
public static int color ( SDL.Surface dst,
int16 x,
int16 y,
string s,
uint32 color ) ;
public static int rgba ( SDL.Surface dst,
int16 x,
int16 y,
string s,
uchar r,
uchar g,
uchar b,
uchar a ) ;
public static int set_font ( void** fontdata,
int cw,
int ch ) ;
}

public static int color ( SDL.Surface dst,
int16 x,
int16 y,
string s,
uint32 color ) ;
public static int rgba ( SDL.Surface dst,
int16 x,
int16 y,
string s,
uchar r,
uchar g,
uchar b,
uchar a ) ;
public static int set_font ( void** fontdata,
int cw,
int ch ) ;
Created by Valadoc