fontconfig/conf.d
Akira TAGOH 615e2cb844 Overwrite symlinks for config files
In Makefile, we are trying to remove old symlinks first and then create a symlink.
do the same thing in meson too.

Also, the line of the exception handling for FileExistsError is meaningless
as the above line is taking care of it instead and we shouldn't ignore it if
os.remove and os.symlink doesn't work somehow.

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/275
2021-03-02 19:41:44 +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 Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-autohint.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-hinting-full.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-hinting-medium.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-hinting-none.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-hinting-slight.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-no-sub-pixel.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +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 Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-sub-pixel-rgb.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-sub-pixel-vbgr.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-sub-pixel-vrgb.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
10-unhinted.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
11-lcdfilter-default.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
11-lcdfilter-legacy.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
11-lcdfilter-light.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +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 Drop Bitstream Vera fonts from 60-latin.conf 2020-06-02 17:33:15 +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 Add FC_FONT_HAS_HINT property to see if font has hinting or not. 2019-07-29 10:19:26 +00:00
README.in Fix some typos/spelling errors 2020-07-21 18:42:40 -07:00
link_confs.py Overwrite symlinks for config files 2021-03-02 19:41:44 +09:00
meson.build Add Meson build system 2020-07-31 07:26:11 +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