fontconfig/conf.d
Akira TAGOH 8c255fb185 Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
Allows reading configuration files, fonts and cache files from
the directories where the XDG Base Directory Specification defines.

the old directories are still in the configuration files for
the backward compatibility.
2012-05-18 11:12:50 +09:00
..
10-autohint.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-no-sub-pixel.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-sub-pixel-bgr.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-sub-pixel-rgb.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-sub-pixel-vbgr.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-sub-pixel-vrgb.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
10-unhinted.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
11-lcdfilter-default.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
11-lcdfilter-legacy.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
11-lcdfilter-light.conf Bug 17722 - Don't overwrite user's configurations in default config 2012-03-26 10:58:18 +09:00
20-fix-globaladvance.conf Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
20-unhint-small-vera.conf Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
25-unhint-nonlatin.conf Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
30-metric-aliases.conf Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.conf 2012-04-23 11:16:02 +09:00
30-urw-aliases.conf Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
40-nonlatin.conf Bug 47703 - SimSun default family 2012-03-22 19:57:47 +09:00
45-latin.conf Bug 44826 - <alias> must contain only a single <family> 2012-02-21 16:23:22 +09: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 Bug 20411 - fontconfig doesn't match FreeDesktop directories specs 2012-05-18 11:12:50 +09:00
51-local.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
60-latin.conf Add Inconsolata to monospace config (#22710) 2009-07-10 18:09:42 +01:00
65-fonts-persian.conf Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
65-khmer.conf Distribute khmer font aliases 2008-01-10 10:43:47 -08:00
65-nonlatin.conf Get rid of the unexpected family name 2012-02-21 15:43:59 +09:00
69-unifont.conf Merge some of Mandriva configuration into upstream configuration. Bug 13247 2008-05-03 19:26:09 -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 Bug 19128 - Handling whitespace in aliases 2012-05-14 12:06:12 +09:00
90-synthetic.conf Replace spaces with tabs in conf files 2009-06-28 13:49:09 -04:00
Makefile.am Bug 29341 - Make some fontconfig paths configurable 2012-04-05 12:23:49 +09:00
README Remove list of available conf files from README. 2007-11-05 17:07: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)
 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