! XPCE 5.0 Class Variable defaults for colour and monochrome displays
! Author: Jan Wielemaker, University of Amsterdam
! Modified: Tue Dec  7 14:15:04 1999
!	Added alias for symbol-font
! Modified: Jan 6, 2005
!	Use internationalised fonts
!
! See README.customise before changing this file.

! Binding for the logical font-names.  You can bind any name to any
! font here.

font.system_fonts:	[ normal    := font(sans, normal, 12), \
			  bold      := font(sans, bold,   12), \
			  italic    := font(sans, italic, 12), \
			  small     := font(sans, normal, 10), \
			  large     := font(sans, normal, 14), \
			  boldlarge := font(sans, bold,   14), \
			  huge      := font(sans, normal, 18), \
			  boldhuge  := font(sans, bold,   18), \
			  fixed     := font(mono, normal, 14), \
			  tt        := font(mono, normal, 14), \
			  boldtt    := font(mono, bold,   14)  \
			]

! This one is often slow on colour displays.  Prefer the beep then.

*.visual_bell:		when(@colour_display, @off, @on)

! Set this to @on if you want searching in the editor to be case-sensitive
! by default.

! editor.exact_case:	@on

! Finally, parse the user's defaults file.

#include $PCEAPPDATA/Defaults
