fontconfig/conf.d
Bastien Nocera ffee275e52 conf: Prefer system emoji fonts to third-party ones
Prefer the system provided emoji fonts on systems which provide one,
such as Windows, MacOS and Android, even if the Emoji One or Emoji Two
fonts are installed.

This also allows free software OSes such as GNOME to prefer the Emoji
One font, which is not used in other OSes and therefore has a unique
brand identity, by installing them and only them by default.

Users can use more capable fonts while Emoji One and Emoji Two catch up
by installing a font otherwise already used by another system, such as
Google's freely redistributable Noto Emoji font.

https://bugzilla.redhat.com/show_bug.cgi?id=1496761
2017-10-05 20:32:03 +09:00
..
10-autohint.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
10-hinting-full.conf Add hintstyle templates and make hintslight default 2015-12-02 11:31:50 +09:00
10-hinting-medium.conf Add hintstyle templates and make hintslight default 2015-12-02 11:31:50 +09:00
10-hinting-none.conf Add hintstyle templates and make hintslight default 2015-12-02 11:31:50 +09:00
10-hinting-slight.conf Add hintstyle templates and make hintslight default 2015-12-02 11:31:50 +09:00
10-no-sub-pixel.conf Fix a typo 2013-12-16 16:00:12 +09:00
10-scale-bitmap-fonts.conf Fix bitmap scaling 2015-04-30 11:26:41 -04:00
10-sub-pixel-bgr.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
10-sub-pixel-rgb.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
10-sub-pixel-vbgr.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
10-sub-pixel-vrgb.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
10-unhinted.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
11-lcdfilter-default.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
11-lcdfilter-legacy.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +09:00
11-lcdfilter-light.conf Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf 2013-02-18 13:17:53 +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 conf.d: Drop aliases for (URW)++ fonts 2017-09-21 16:57:08 +09:00
40-nonlatin.conf Bug 47703 - SimSun default family 2012-03-22 19:57:47 +09:00
45-generic.conf conf: Prefer system emoji fonts to third-party ones 2017-10-05 20:32:03 +09:00
45-latin.conf Update aliases for URW June 2016 2016-09-23 20:39:35 +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 Do not show the deprecation warning if it is a symlink 2012-12-05 18:13:25 +09:00
51-local.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
60-generic.conf conf: Prefer system emoji fonts to third-party ones 2017-10-05 20:32:03 +09:00
60-latin.conf Update aliases for URW June 2016 2016-09-23 20:39:35 +09: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 Bug 101726 - Sans config pulls in Microsoft Serifed font 2017-07-11 13:19:18 +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 build: Remove references to deleted file 2017-09-21 16:57:26 +09:00
README.in Bug 63452 - conf.d/README outdated 2013-05-13 12:14:29 +09:00

README.in

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 @TEMPLATEDIR@
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