fontconfig/conf.d
Akira TAGOH 528b17b283 Drop elements with its namespace from conf
The translation related elements are now provided by separate files
fontconfig.its and fontconfig.loc. we don't need to have it in conf
anymore.

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/234
2020-05-25 10:44:05 +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 Drop elements with its namespace from conf 2020-05-25 10:44:05 +09: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 Drop elements with its namespace from conf 2020-05-25 10:44:05 +09: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 elements with its namespace from conf 2020-05-25 10:44:05 +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 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