// The default font compiled into the windows acedb binaries is
// Courier New. This is because Courier is the only suitable font which is
// available in the distributed versions of win95, Win98 and NT.
//
// If you have the Lucida Console font (ie you have NT, or (I think) 98
// or (probably) win2K) or if you have win95 and can get a copy of it,
// then you might like to put a copy of this file in 
// c:\Program Files\Acedb\wspec or the wspec directory of your
// databases, and rename it as winfonts.wrm
// These 24 fonts are referred internally as:
// enum FONTTYPE { F8x13,  F5x8,  F6x9,  F6x10,  F6x12,  F9x15,
//		   F8x13I, F5x8I, F6x9I, F6x10I, F6x12I, F9x15I, 
//		   F8x13B, F5x8B, F6x9B, F6x10B, F6x12B, F9x15B, 
//                 G13,    G6,    G8,    G10,    G12,    G15 }
// Standard
"-*-Lucida Console-*-*-normal-*-12-*-*-*-m-*-*-*"
"-*-Lucida Console-*-*-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-*-*-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-*-*-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-*-*-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-*-*-normal-*-14-*-*-*-m-*-*-*"

// Italic
"-*-Lucida Console-*-i-normal-*-12-*-*-*-m-*-*-*"
"-*-Lucida Console-*-i-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-*-i-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-*-i-normal-*-10-*-*-*-m-*-*-*"    
"-*-Lucida Console-*-i-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-*-i-normal-*-14-*-*-*-m-*-*-*"

// Bold
"-*-Lucida Console-bold-*-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-bold-*-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-bold-*-normal-*-8-*-*-*-m-*-*-*"
"-*-Lucida Console-bold-*-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-bold-*-normal-*-10-*-*-*-m-*-*-*"
"-*-Lucida Console-bold-*-normal-*-14-*-*-*-m-*-*-*"

// Greek
"-*-terminal-*-*-normal-*-*-*-*-*-m-78-*-* "
"-*-terminal-*-*-normal-*-*-*-*-*-m-45-*-* "
"-*-terminal-*-*-normal-*-*-*-*-*-m-50-*-* "
"-*-terminal-*-*-normal-*-*-*-*-*-m-55-*-* "
"-*-terminal-*-*-normal-*-*-*-*-*-m-65-*-* "
"-*-terminal-*-*-normal-*-*-*-*-*-m-90-*-* " 

