xenocara/lib/fontconfig/conf.d
matthieu bdbb206960 New config file providing replacement for Lucida fonts.
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts,
Provide aliases for commonly found Lucida family fonts (Lucida,
Lucida Grande, Lucida Sans Unicode).

Prodded by a submission by Tobias Ulmer. Ok mpi@.
2012-01-10 21:47:32 +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.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +00:00
30-lucida-aliases.conf New config file providing replacement for Lucida fonts. 2012-01-10 21:47:32 +00:00
30-metric-aliases.conf Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +00:00
30-urw-aliases.conf Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +00:00
31-nonmst.conf Use DejaVu TrueType fonts as replacement for the Adobe bitmaps. 2010-01-21 19:57:57 +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.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +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.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +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.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +00:00
65-fonts-persian.conf Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +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.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +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 Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +00:00
Makefile.am New config file providing replacement for Lucida fonts. 2012-01-10 21:47:32 +00:00
Makefile.in Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. 2010-03-25 21:45:57 +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