home *** CD-ROM | disk | FTP | other *** search
- /* fontmenu.h - Build a standard font selector menu */
-
- #ifndef __fontmenu_h
- #define __fontmenu_h
-
- #include "menu.h"
- #include "msgs.h"
-
- #define fontmenu_SYSFONT (msgs_lookup("fontmenu1:System font"))
-
- void fontmenu_init(void);
- BOOL fontmenu_pathchanged(void);
- menu fontmenu_make(BOOL sysfont, char *dbname);
- void fontmenu_tick(char *name);
- char *fontmenu_decode(char *hit);
-
- #endif
-