xenocara/lib/fontconfig/conf.d
2006-11-28 11:48:11 +00:00
..
10-autohint.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-no-sub-pixel.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-sub-pixel-bgr.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-sub-pixel-rgb.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-sub-pixel-vbgr.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-sub-pixel-vrgb.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
10-unhinted.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
20-fix-globaladvance.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
20-lohit-gujarati.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
20-unhint-small-vera.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
30-amt-aliases.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
30-urw-aliases.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
40-generic.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
49-sansserif.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
50-user.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
51-local.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
60-latin.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
65-fonts-persian.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
65-nonlatin.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
69-unifont.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
70-no-bitmaps.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
70-yes-bitmaps.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
80-delicious.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
90-synthetic.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
Makefile.am Try to prevent endless regeneration of Makefile.in caused to RCS Id expansion. 2006-11-28 11:48:11 +00:00
Makefile.in regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
README Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00

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]*. 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
 30 through 39		family substitution
 	30-urw-aliases.conf
	30-amt-aliases.conf
 40 through 49		generic identification, map family->generic
 	40-generic-id.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
 	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