fontconfig/conf.d
Akira TAGOH e181ab4de5 Bug 29341 - Make some fontconfig paths configurable
Add configure options to set the directory to be installed:
  --with-templatedir for the configuration files a.k.a.
    /etc/fonts/conf.avail
  --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts
  --with-configdir for the active configuration files a.k.a.
    /etc/fonts/conf.d
  --with-xmldir for fonts.dtd etc

and the default path for templatedir is changed to
${datadir}/fontconfig/conf.avail
2012-04-05 12:23:49 +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 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 Replace spaces with tabs in conf files 2009-06-28 13:49:09 -04:00
30-metric-aliases.conf Bug 44826 - <alias> must contain only a single <family> 2012-02-21 16:23:22 +09:00
30-urw-aliases.conf Bug 19128 - Handling whitespace in aliases 2012-03-07 18:16:35 +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 Add ~/.fonts.conf.d to default config (#17100) 2009-02-13 16:53:55 -08: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 Replace spaces with tabs in conf files 2009-06-28 13:49:09 -04: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 Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05: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