Go to the source code of this file.
Functions | |
int | FB_change_font (char *psf_file) |
int | FB_putc (int c, int x, int y, FB_pixel col) |
int | FB_printf (int x, int y, FB_pixel col, char *format,...) |
Definition in file FBfont.c.
|
Change the font set used to draw caracters. Can also use psf files compressed with gzip.
Definition at line 34 of file FBfont.c. Referenced by FB_initlib(). |
|
Same as putc function from your favourite libc.
Definition at line 86 of file FBfont.c. References FB_putpixel(). Referenced by FB_printf(). |
|
Same as usula printf, extend to draw everywhere in the screen
Definition at line 107 of file FBfont.c. References FB_putc(). |