File: TEXT_BOR.H | Size: 739 bytes | Download file | Back to directory listing | BWPOW's homepage
/***** HEADER FILE FOR TEXT WITH BORDER LIBRARY  by David Aranda *****/
 
void textout_centre_border (BITMAP *bmp, FONT *fuente, unsigned char *str, int x, int y, int color, int border, int size, int mode);
 
void textout_border (BITMAP *bmp, FONT *fuente, unsigned char *str, int x, int y, int color, int border, int size, int mode);
 
void textout_justify_border (BITMAP *bmp, FONT *fuente, unsigned char *str, int x, int x2, int y, int diff, int color, int border, int size, int mode);
 
void textprintf_border(BITMAP *bmp, FONT *f, int x, int y, int color, int border, int size, int mode, char *format, ...);
 
void textprintf_centre_border(BITMAP *bmp, FONT *f, int x, int y, int color, int border, int size, int mode, char *format, ...);