sti_rom_font
struct sti_rom_font *new_font;
struct sti_rom_font *nf;
size += sizeof(struct sti_rom_font);
dest += sizeof(struct sti_rom_font);
p += sizeof(struct sti_rom_font);
struct sti_rom_font *f = font_start->raw;
struct sti_rom_font *raw_font, *font_start;
int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct sti_rom_font);
struct sti_rom_font *old_font;
f->raw = (struct sti_rom_font *) (n + 3);
struct sti_rom_font *raw_font, *font_start;
struct sti_rom_font *raw; /* native ptr for STI functions */