home *** CD-ROM | disk | FTP | other *** search
- # font server configuration file
- # $XConsortium: config.cpp,v 1.7 91/08/22 11:39:59 rws Exp $
-
- clone-self = on
- use-syslog = off
- catalogue = $GFSDIR/fs/truetype/,
- $GFSDIR/fs/type1/
- error-file = /dev/null
- #
- # A "well-behaved" configuration file requires all of the font files
- # in the specified catalogues to be valid files that the font server
- # can interpret. It also requires the font file extensions indicate the
- # type of font file as follows:
- # .pfa or .pfb Adobe Type 1 format
- # .spd Speedo font file format
- # .ttf TrueType format
- #
- # If the font files are not well-behaved, whenever the font server is
- # initialized (or updated), it must open each font file and verify its
- # format. This can be very time consuming and should be avoided. If you
- # are unsure of the font files installed, set well-behaved to False.
- well-behaved = True
-
- # in decipoints
- default-point-size = 120
- default-resolutions = 75,75,100,100
-