#include <font.h>
Data Fields | |
int | char_width |
int | char_height |
int | chars_row |
int | chars_column |
int | bitmap_width |
int | bitmap_height |
unsigned char | bytes [] |
int font::char_width |
Width of a character in pixels.
Height of a character in pixels.
int font::chars_row |
Characters per row in the font bitmap.
Characters per column in the font bitmap.
Width of font bitmap.
Height of font bitmap.
unsigned char font::bytes[] |
Font bitmap.
Font data is stored with 8 pixels per byte.