File:  [RetroPC.NET] / mkfont32 / win9x / Attic / font.h
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 7 00:33:09 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize version (T.Yui)

#define	FONT_JIS78		0x01
#define	FONT_JIS83		0x02
#define	FONT_JIS90		0x04

#define	FONT_NEC		0x08
#define	FONT_EPSON		0x10

#define	FONT_NECSET		(FONT_NEC | FONT_JIS78)
#define	FONT_EPSONSET	(FONT_EPSON | FONT_JIS83)

// BOOL makefontbmp(char *filename, char *fontface, BYTE jistype);
BOOL makev98fontrom(char *dirname, char *fontface);
BOOL makex1font(char *dirname, char *fontface);
BOOL makecgromdat(char *dirname, char *fontface);


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