]> git.wh0rd.org - fontconfig.git/blobdiff - conf.d/README
[doc] Fix typo
[fontconfig.git] / conf.d / README
index 7e6cd2cf6a68c56dfe45985ba4b8e222ba8cdf29..c2fb52c3b4a9df85ffc7c8327301b7629917d98e 100644 (file)
@@ -1,8 +1,23 @@
 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]*, so if you
-want to use any of these options, link them to a name of that form.  E.g.
+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.
 
-       $ ln -s no-bitmaps.conf 10no-bitmaps.conf
+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