fontconfig/conf.d
Akira TAGOH ad70d78597 conf.d/60-latin.conf: Make Noto default. 2021-11-08 20:15:29 +09:00
..
05-reset-dirs-sample.conf Use an URN for DTD ID 2020-03-28 15:01:35 +01:00
09-autohint-if-no-hinting.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-autohint.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-hinting-full.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-hinting-medium.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-hinting-none.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-hinting-slight.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-no-sub-pixel.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-scale-bitmap-fonts.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-sub-pixel-bgr.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-sub-pixel-rgb.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-sub-pixel-vbgr.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-sub-pixel-vrgb.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
10-unhinted.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
11-lcdfilter-default.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
11-lcdfilter-legacy.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
11-lcdfilter-light.conf Better wording for comments in config 2021-06-25 21:30:08 +09:00
20-unhint-small-vera.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
25-unhint-nonlatin.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
30-metric-aliases.conf Add Courier Std aliases. Fixes #262. 2020-11-04 12:35:51 +00:00
40-nonlatin.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
45-generic.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
45-latin.conf Add Courier Std aliases. Fixes #262. 2020-11-04 12:35:51 +00:00
49-sansserif.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
50-user.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
51-local.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
60-generic.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
60-latin.conf conf.d/60-latin.conf: Make Noto default. 2021-11-08 20:15:29 +09:00
65-fonts-persian.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
65-khmer.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
65-nonlatin.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
69-unifont.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
70-no-bitmaps.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
70-yes-bitmaps.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
80-delicious.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
90-synthetic.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
Makefile.am Enable 11-lcdfilter-default.conf by default 2021-07-20 11:01:43 +00:00
README.in Fix some typos/spelling errors 2020-07-21 18:42:40 -07:00
link_confs.py Handle absolute sysconfdir when installing symlinks 2021-03-03 04:54:33 +00:00
meson.build Enable 11-lcdfilter-default.conf by default 2021-07-20 11:01:43 +00:00
write-35-lang-normalize-conf.py Add Meson build system 2020-07-31 07:26:11 +00: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 beginning 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