25#ifndef __DC_MINIFONT_H
26#define __DC_MINIFONT_H
Definitions for builtin attributes and compiler directives.
unsigned short uint16
16-bit unsigned integer
Definition types.h:34
unsigned long uint32
32-bit unsigned integer
Definition types.h:33
int minifont_draw_str(uint16 *b, uint32 bufwidth, const char *str)
Draw a full string to any sort of buffer.
int minifont_draw(uint16 *buffer, uint32 bufwidth, uint32 c)
Draw a single character to a buffer.