|
|
fix x68k fonts (T.Yui)
#ifdef __cplusplus
extern "C" {
#endif
BOOL isjis78(UINT16 jis);
BOOL isjis83(UINT16 jis);
UINT16 jiscnv7890(UINT16 jis);
UINT16 jiscnv8390(UINT16 jis);
void makepc98bmp(const char *filename, const TCHAR *fontface, BOOL epson);
void makev98font(const char *dirname, const TCHAR *fontface);
void makex1font(const char *dirname, const TCHAR *fontface);
void makex68kfont(const char *dirname, const TCHAR *fontface);
#ifdef __cplusplus
}
#endif