|
|
| version 1.4, 2005/02/07 14:46:10 | version 1.6, 2011/02/23 10:11:44 |
|---|---|
| Line 1 | Line 1 |
| /** | |
| * @file font.h | |
| * @brief CGROM and font loader | |
| * | |
| * @author $Author$ | |
| * @date $Date$ | |
| */ | |
| #define FONTMEMORYBIND // 520KBくらいメモリ削除(ぉぃ | #define FONTMEMORYBIND // 520KBくらいメモリ削除(ぉぃ |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| Line 14 extern UINT8 __font[0x84000]; | Line 20 extern UINT8 __font[0x84000]; |
| #endif | #endif |
| void font_initialize(void); | void font_initialize(void); |
| UINT8 font_load(const char *filename, BOOL force); | void font_setchargraph(BOOL epson); |
| UINT8 font_load(const OEMCHAR *filename, BOOL force); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |