#ifndef FONT_SET
# define FONT_SET 0
#endif

#if FONT_SET == 0

! NOTE: Italic and Bold Italic are not really italic and bold italic
! fonts, but they are visually distinguishable from normal and bold
! (since they are taller).  The reason for this is that, starting in
! emacs 20.2.96, font heights were computed based on maximum ascent
! and descent rather than bounding box, thus causing there to be no
! 7x13 italic and bold italic fonts.  I'd rather have my italic and
! bold italic fonts not really be italic and bold italic than to have
! to switch to a 14-pixel high font since there aren't any really nice
! ones and I'd have to give up rows in all my windows.

# define NORMAL_FONT -misc-fixed-medium-r-normal--13-*-75-*-70-*
# define ITALIC_FONT -b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1
# define BOLD_FONT -misc-fixed-bold-r-normal--13-*-70-*
# define BOLD_ITALIC_FONT -b&h-lucidatypewriter-bold-r-normal-sans-12-120-75-75-m-70-iso8859-1
#endif

#if FONT_SET == 1
# define NORMAL_FONT -misc-fixed-medium-r-normal--10-*-60-*
# define ITALIC_FONT *-courier-medium-o-normal--10-*
# define BOLD_FONT *-courier-bold-r-normal--10-*
# define BOLD_ITALIC_FONT *-courier-bold-o-normal--10-*
#endif

#if FONT_SET == 2
# define NORMAL_FONT -misc-fixed-medium-r-normal--15-*
# define ITALIC_FONT *-courier-medium-o-normal--14-*
# define BOLD_FONT *-courier-bold-r-normal--14-*
# define BOLD_ITALIC_FONT *-courier-bold-o-normal--14-*
#endif

! #define FANCY_FONT old/vbee-37
#define ALTFONT1 *-times-medium-r-normal--18-*
#define ALTFONT2 *-times-medium-r-normal--24-*
