File:  [RetroPC.NET] / mkfont32 / mkfnt.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Jun 10 12:11:46 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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


RetroPC.NET-CVS <cvs@retropc.net>