fontconfig/conf.d
Mike FABIAN 10609af4aa [conf] Disable hinting when emboldening (#19904)
Hinting will be done before Embolden in freetype2,
but in such case, Embolden will get wrong result
on some glyph contours after applying hinting.
Actually, hinting should be done after embolden, but we can't
fix it in current freetype2. So as a workaround, just turn off
hinting if we want to do embolden.
2009-02-15 13:40:23 -08:00
..
10-autohint.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-no-sub-pixel.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-bgr.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-rgb.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-vbgr.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-sub-pixel-vrgb.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
10-unhinted.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
20-fix-globaladvance.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
20-unhint-small-vera.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
25-unhint-nonlatin.conf Freetype 2.3.5 (2007-jul-02) fixes indic font hinting. re-enable (bug 15822) 2008-05-04 19:08:31 -07:00
30-metric-aliases.conf Simplify/improve 30-metric-aliases.conf 2007-11-05 18:12:51 -05:00
30-urw-aliases.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
40-nonlatin.conf Persian conf update. (bug 16066). 2008-05-24 15:48:00 -07:00
45-latin.conf Add some sample cursive and fantasy families. 2008-05-03 18:04:32 -07: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 Add ~/.fonts.conf.d to default config (#17100) 2009-02-13 16:53:55 -08:00
51-local.conf Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
60-latin.conf Merge some of Mandriva configuration into upstream configuration. Bug 13247 2008-05-03 19:26:09 -07:00
65-fonts-persian.conf [65-fonts-persian.conf] Set foundry in target=scan instead of target=font 2009-02-13 16:54:03 -08:00
65-khmer.conf Distribute khmer font aliases 2008-01-10 10:43:47 -08:00
65-nonlatin.conf Add config for new Indic fonts (bug #17856) 2009-02-13 16:54:02 -08: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 Remove redundant/obsolete comments from conf files. 2007-11-05 16:43:14 -05:00
90-synthetic.conf [conf] Disable hinting when emboldening (#19904) 2009-02-15 13:40:23 -08:00
Makefile.am Cleanup symlinks in "make uninstall" (bug #18885) 2009-02-13 16:54:01 -08:00
README Remove list of available conf files from README. 2007-11-05 17:07:36 -05:00

README

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 ../conf.avail 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