openscad/fonts-osx/conf.d
Marius Kintel 78f83e17d2 Keep 05-osx-fonts.conf in fonts dir to make the fonts work in development mode 2015-03-03 13:25:53 -05:00
..
10-scale-bitmap-fonts.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
20-unhint-small-vera.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
30-metric-aliases.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
30-urw-aliases.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
40-nonlatin.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
45-latin.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
49-sansserif.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
50-user.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
51-local.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
60-latin.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
65-fonts-persian.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
65-nonlatin.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
69-unifont.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
80-delicious.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
90-synthetic.conf Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
README Added OS X font config for binary distribution 2014-08-28 00:43:58 -04: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 /usr/share/fontconfig/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