xenocara/lib/fontconfig/conf.d
2009-05-03 21:13:54 +00:00
..
10-autohint.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-no-sub-pixel.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-sub-pixel-bgr.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-sub-pixel-rgb.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-sub-pixel-vbgr.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-sub-pixel-vrgb.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
10-unhinted.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
20-fix-globaladvance.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
20-unhint-small-vera.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
25-unhint-nonlatin.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
30-metric-aliases.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
30-urw-aliases.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
31-nonmst.conf delete duplicate block; spotted by kettenis 2009-02-27 23:43:41 +00:00
40-nonlatin.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
45-latin.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
49-sansserif.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
50-user.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
51-local.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
60-latin.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
65-fonts-persian.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
65-khmer.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
65-nonlatin.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
69-unifont.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
70-no-bitmaps.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
70-yes-bitmaps.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
80-delicious.conf Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +00:00
90-synthetic.conf Import fontconfig 2.4.1 2006-11-25 18:41:30 +00:00
Makefile.am fontconfig update didn't merge in the addition of 31-nonmst.conf, fix it up. 2009-05-03 21:13:54 +00:00
Makefile.in fontconfig update didn't merge in the addition of 31-nonmst.conf, fix it up. 2009-05-03 21:13:54 +00:00
README Update to fontconfig 2.6.0. ok naddy@ 2009-04-05 16:43:35 +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]*.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)
 20 through 29		font rendering options
 30 through 39		family substitution
 40 through 49		generic identification, map family->generic
 50 through 59		alternate config file loading
 60 through 69		generic aliases, map generic->family
 70 through 79		select font (adjust which fonts are available)
 80 through 89		match target="scan" (modify scanned patterns)
 90 through 99		font synthesis