#include <BFont.h>
Data Fields | |
| int | h |
| SDL_Surface * | Surface |
| SDL_Rect | Chars [MAX_CHARS_IN_FONT] |
| iso_image | char_iso_image [MAX_CHARS_IN_FONT] |
| unsigned int | number_of_chars |
| GLuint | list_base |
Definition at line 11 of file BFont.h.
| int BFont_Info::h |
Definition at line 14 of file BFont.h.
Referenced by FontHeight(), InitFont(), printf_SDL(), SetFontColor(), and SetFontHeight().
| SDL_Surface* BFont_Info::Surface |
Definition at line 16 of file BFont.h.
Referenced by FreeFont(), InitFont(), LoadFont(), and SetFontColor().
| SDL_Rect BFont_Info::Chars[MAX_CHARS_IN_FONT] |
Definition at line 18 of file BFont.h.
Referenced by CharWidth(), InitFont(), LoadFont(), and SetFontColor().
| iso_image BFont_Info::char_iso_image[MAX_CHARS_IN_FONT] |
| unsigned int BFont_Info::number_of_chars |
| GLuint BFont_Info::list_base |
1.5.5