# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.5 2000/12/14 23:03:53 keithp Exp $

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/share/fonts/default/TrueType"
dir "/usr/share/fonts/default/Type1"
dir "/usr/share/fonts/ja/TrueType"


#
# alias 'fixed' for 'mono'
#
match any family == "fixed"		edit family =+ "mono";

#
# Check users config file
#
includeif	"~/.xftconfig"

#
# Use Lucidux fonts for default faces
#
match any family == "serif"		edit family += "LuciduxSerif";
match any family == "sans"		edit family += "LuciduxSans";
match any family == "mono"		edit family += "LuciduxMono";

#
# Alias between XLFD families and font file family name, prefer local
# fonts
#
match any family == "charter"		edit family += "bitstream charter";
match any family == "bitstream charter" edit family =+ "charter";

match any family == "Lucidux Serif"	edit family += "LuciduxSerif";
match any family == "LuciduxSerif"	edit family =+ "Lucidux Serif";

match any family == "Lucidux Sans"	edit family += "LuciduxSans";
match any family == "LuciduxSans"	edit family =+ "Lucidux Sans";

match any family == "Lucidux Mono"	edit family += "LuciduxMono";
match any family == "LuciduxMono"	edit family =+ "Lucidux Mono";

#
# Set some sane defaults for Anti-Aliased desktops
#
match any family == "helvetica"		edit family += "Nimbus Sans L";
match any family == "helv"		edit family += "Nimbus Sans L";
match any family == "verdana"		edit family += "Nimbus Sans L";
match any family == "times"		edit family += "Nimbus Roman No9 L";
match any family == "helvetica"		edit family += "Helmet";
match any family == "helv"		edit family += "Helmet";
match any family == "verdana"		edit family += "Helmet";
match any family == "times"		edit family += "Helmet";


#
# Japanese
#
match any foundry == "watanabe"		edit antialias = false;
match any foundry == "wadalab"		edit antialias = false;

#
# Fixes a problem in KDE with konsole
#
match any family == "fixed"		edit antialias =+ "false";
match any family == "console"		edit antialias =+ "false";

