fontconfig/conf.d
Keith Packard c2c6976d1a Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
The Delicious family includes one named Delicious Heavy, a bold variant
which is unfortunately marked as having normal weight. Because the family
name is 'Delicious', fontconfig accidentally selects this font instead of
the normal weight variant. The fix here rewrites the scanned data by running
the scanned pattern through a new substitution sequence tagged with
<match target=scan>; a sample for the Delicious family is included to
demonstrate how it works (and fix Delicious at the same time).

Also added was a new match predicate -- the 'decorative' predicate which is
automatically detected in fonts by searching style names for key decorative
phrases like SmallCaps, Shadow, Embosed and Antiqua. Suggestions for
additional decorative key words are welcome. This should have little effect
on font matching except when two fonts share the same characteristics except
for this value.
2006-09-02 17:52:12 -07:00
..
.cvsignore Ignore more build detritus 2005-03-03 01:59:28 +00:00
10-fonts-persian.conf Remove unconditional emboldening (per Behdad's instructions). 2006-02-24 18:52:17 +00:00
10LohitGujarati.conf Restore code to skip over PCF fonts that have no encoded characters. (We 2005-12-20 20:35:47 +00:00
Makefile.am Add FcMatchScan to resolve Delicious font matching issues (bug #6769) 2006-09-02 17:52:12 -07:00
README Create prototype /etc/fonts/conf.d directory with a few sample 2005-02-28 18:56:15 +00:00
autohint.conf Move debian-specific conf file examples upstream. 2005-03-03 06:20:57 +00:00
no-bitmaps.conf Create prototype /etc/fonts/conf.d directory with a few sample 2005-02-28 18:56:15 +00:00
no-sub-pixel.conf Move debian-specific conf file examples upstream. 2005-03-03 06:20:57 +00:00
sub-pixel.conf Move debian-specific conf file examples upstream. 2005-03-03 06:20:57 +00:00
unhinted.conf Move debian-specific conf file examples upstream. 2005-03-03 06:20:57 +00:00
yes-bitmaps.conf Create prototype /etc/fonts/conf.d directory with a few sample 2005-02-28 18:56:15 +00: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]*, so if you
want to use any of these options, link them to a name of that form.  E.g.

	$ ln -s no-bitmaps.conf 10no-bitmaps.conf