! XPCE Class Variable defaults
!
! 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), \
			  itt       := font(mono, italic, 14), \
			  bitt      := font(mono, italic, 14, bold)  \
			]

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

! editor.exact_case:	@on

! The per-user file, $PCEAPPDATA/Defaults, used to be pulled in here.
! It is now read after this one by load_pce_defaults/0 in
! boot/pce_principal.pl, so that a program can decline to read it with
! the `xpce_defaults' Prolog flag.  It is still read last, so it still
! wins over anything above.
