fontconfig/conf.d
Akira TAGOH 5d954398d1 Create a symlink with relative path
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/378
2023-08-10 20:18:37 +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-antialias.conf Add config files to enable/disable antialias 2022-10-14 21:23:30 +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-none.conf Add --with-default-sub-pixel-rendering option 2022-11-28 17:40:43 +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
10-yes-antialias.conf Add config files to enable/disable antialias 2022-10-14 21:23:30 +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
11-lcdfilter-none.conf Add optional 11-lcdfilter-none configuration 2023-03-21 16:20:37 +01: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 aliases for Helvetica LT Std 2023-07-15 07:39:58 +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 aliases for Helvetica LT Std 2023-07-15 07:39:58 +00:00
48-spacing.conf Always add the family name from spacing=100 2022-01-13 11:34:25 +01: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 Update 65-nonlatin.conf for macOS 2023-03-13 18:36:04 +09:00
69-unifont.conf Drop elements with its namespace from conf 2020-05-25 10:44:05 +09:00
70-no-bitmaps.conf Use 'outline' instead of 'scalable' for bitmaps 2023-06-12 19:33:43 +09:00
70-yes-bitmaps.conf Use 'outline' instead of 'scalable' for bitmaps 2023-06-12 19:33:43 +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 Create a symlink with relative path 2023-08-10 20:18:37 +09:00
README.in Fix some typos/spelling errors 2020-07-21 18:42:40 -07:00
link_confs.py Create a symlink with relative path 2023-08-10 20:18:37 +09:00
meson.build Add optional 11-lcdfilter-none configuration 2023-03-21 16:20:37 +01: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