Go to the documentation of this file.
20 #ifndef __DC_BIOSFONT_H
21 #define __DC_BIOSFONT_H
23 #include <sys/cdefs.h>
61 #define BFONT_CODE_ISO8859_1 0
62 #define BFONT_CODE_EUC 1
63 #define BFONT_CODE_SJIS 2
126 void bfont_draw(
void *buffer,
int bufwidth,
int opaque,
int c);
140 void bfont_draw_thin(
void *buffer,
int bufwidth,
int opaque,
int c,
int iskana);
167 void bfont_draw_str(
void *buffer,
int width,
int opaque,
char *str);