--- np2/font/font.h 2005/02/07 14:46:10 1.4 +++ np2/font/font.h 2011/02/23 10:11:44 1.6 @@ -1,7 +1,13 @@ +/** + * @file font.h + * @brief CGROM and font loader + * + * @author $Author: yui $ + * @date $Date: 2011/02/23 10:11:44 $ + */ #define FONTMEMORYBIND // 520KBくらいメモリ削除(ぉぃ - #ifdef __cplusplus extern "C" { #endif @@ -14,7 +20,8 @@ extern UINT8 __font[0x84000]; #endif 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 }