# fontpath --- path for font directories, set using xset
# Author: Noah Friedman <friedman@splode.com>
# Created: 1991-07-23
# Public domain
#
# $Id: fontpath,v 1.10 1998/03/01 11:35:31 friedman Exp $
#
# It is possible to use environment variables to get the desired path.
#
# Lines beginning with a '#' are comments.  It's not possible to put
# comments on the same line as a pathname component.

$HOME/lib/fonts

# Unscaled bitmap fonts first; they look better at their intended point
# sizes than scalable fonts, especially for small point sizes.
# The `unscaled' attribute is an XFree86 3.3 extension; see the function
# FontFileAddFontFile in xc/lib/font/fontfile/fontdir.c.
# Use the cprintpath command to strip font attributes from the path for
# servers which don't support these extensions.

/usr/local/X11/lib/X11/fonts/misc/:unscaled
/usr/local/X11/lib/X11/fonts/75dpi/:unscaled
/usr/local/X11/lib/X11/fonts/100dpi/:unscaled

/opt/X11/lib/X11/fonts/misc/:unscaled
/opt/X11/lib/X11/fonts/75dpi/:unscaled
/opt/X11/lib/X11/fonts/100dpi/:unscaled

/usr/X11R6/lib/X11/fonts/misc/:unscaled
/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
/usr/X11R6/lib/X11/fonts/100dpi/:unscaled

/usr/openwin/lib/X11/fonts/misc/:unscaled
/usr/openwin/lib/X11/fonts/75dpi/:unscaled
/usr/openwin/lib/X11/fonts/100dpi/:unscaled
/usr/openwin/lib/X11/fonts/F3bitmaps/:unscaled

/usr/lib/X11/fonts/misc/:unscaled
/usr/lib/X11/fonts/75dpi/:unscaled
/usr/lib/X11/fonts/100dpi/:unscaled

# Scalable fonts
/usr/local/X11/lib/X11/fonts/Adobe/
/usr/local/X11/lib/X11/fonts/Type1/
/usr/local/X11/lib/X11/fonts/URW/
/usr/local/X11/lib/X11/fonts/freefont/
/usr/local/X11/lib/X11/fonts/sharefont/
/usr/local/X11/lib/X11/fonts/sgi/

/opt/X11/lib/X11/fonts/Adobe/
/opt/X11/lib/X11/fonts/Type1/
/opt/X11/lib/X11/fonts/URW/
/opt/X11/lib/X11/fonts/freefont/
/opt/X11/lib/X11/fonts/sharefont/
/opt/X11/lib/X11/fonts/sgi/

/usr/X11R6/lib/X11/Type1/
/usr/X11R6/lib/X11/Speedo/

/usr/openwin/lib/X11/fonts/Type1/
#/usr/openwin/lib/X11/fonts/Type3/
/usr/openwin/lib/X11/fonts/Speedo/
/usr/openwin/lib/X11/fonts/F3/
/usr/openwin/lib/X11/fonts/TrueType/

/usr/lib/X11/Type1/
/usr/lib/X11/Speedo/

# fontpath ends here
