fontconfig/conf.d
Behdad Esfahbod 0294bda480 Fix documented conf-file naming format in README 2007-11-05 17:05:36 -05:00
..
10-autohint.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-no-sub-pixel.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-bgr.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-rgb.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-vbgr.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-vrgb.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-unhinted.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
20-fix-globaladvance.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
20-unhint-small-vera.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
25-unhint-nonlatin.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
30-metric-aliases.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
30-urw-aliases.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
40-nonlatin.conf Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf 2007-11-05 16:37:11 -05:00
45-latin.conf Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf 2007-11-05 16:37:11 -05:00
49-sansserif.conf Split much of the configuration into separate files. Renumber files 2006-09-09 21:32:14 -07:00
50-user.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
51-local.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
60-latin.conf Split much of the configuration into separate files. Renumber files 2006-09-09 21:32:14 -07:00
65-fonts-persian.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
65-nonlatin.conf Add/update config files from Fedora. 2007-11-05 16:14:35 -05:00
69-unifont.conf Split much of the configuration into separate files. Renumber files 2006-09-09 21:32:14 -07:00
70-no-bitmaps.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
70-yes-bitmaps.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
80-delicious.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
90-synthetic.conf Split much of the configuration into separate files. Renumber files 2006-09-09 21:32:14 -07:00
Makefile.am Remove 25-unhint-nonlatin.conf from default configuration by not linking it. 2007-11-05 17:01:44 -05:00
README Fix documented conf-file naming format in README 2007-11-05 17:05:36 -05:00

README

conf.d/README

Each file in this directory is a fontconfig configuration file.  Fontconfig
scans this directory, loading all files of the form [0-9][0-9]*.conf.
These files are normally installed in ../conf.avail and then symlinked here,
allowing them to be easily installed and then enabled/disabled by adjusting
the symlinks.

The files are loaded in numeric order, the structure of the configuration
has led to the following conventions in usage:

 Files begining with:	Contain:
 
 00 through 09		Font directories
 10 through 19		system rendering defaults (AA, etc)
	10-autohint.conf
	10-no-sub-pixel.conf
 	10-sub-pixel-bgr.conf
 	10-sub-pixel-rgb.conf
 	10-sub-pixel-vbgr.conf
 	10-sub-pixel-vrgb.conf
	10-unhinted.conf
 20 through 29		font rendering options
 	20-fix-globaladvance.conf
	20-lohit-gujarati.conf
	20-unhint-small-vera.conf
	25-unhint-nonlatin.conf
 30 through 39		family substitution
 	30-urw-aliases.conf
	30-metric-aliases.conf
 40 through 49		generic identification, map family->generic
 	40-nonlatin.conf
 	45-latin.conf
	49-sansserif.conf
 50 through 59		alternate config file loading
 	50-user.conf	Load ~/.fonts.conf
	51-local.conf	Load local.conf
 60 through 69		generic aliases, map generic->family
 	60-latin.conf
	65-fonts-persian.conf
	65-nonlatin.conf
	69-unifont.conf
 70 through 79		select font (adjust which fonts are available)
 	70-no-bitmaps.conf
	70-yes-bitmaps.conf
 80 through 89		match target="scan" (modify scanned patterns)
 	80-delicious.conf
 90 through 98		font synthesis
 	90-synthetic.conf