/* fontcnf.h */ #ifndef _INC_FONTCNF_H #define _INC_FONTCNF_H /* font configuration */ #define _fontcnf_title "Fonts" #define _fontcnf_str_ftc "Font to Change" #define _fontcnf_str_cfg "Configure Font" #define _fontcnf_str_res "Reset Font" #define _fontcnf_str_raf "Reset All Fonts" #define _fontcnf_str_rfq "Reset %s Font to Default?" #define _fontcnf_str_lab "%s Font" #define _fontcnf_str_rafq "Reset All Fonts to Defaults?" /* sorted friendly font names */ #define _fontcnf_file "fonts.txt" #endif