Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306053 | Differences between
and this patch

Collapse All | Expand All

(-)fontconfig-2.8.0.orig/conf.d/11-lcdfilter-default.conf (+10 lines)
Line 0 Link Here
1
<?xml version="1.0"?>
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
<fontconfig>
4
<!--  Use lcddefault as default for LCD filter -->
5
  <match target="font">
6
    <edit mode="assign" name="lcdfilter">
7
      <const>lcddefault</const>
8
    </edit>
9
  </match>
10
</fontconfig>
(-)fontconfig-2.8.0.orig/conf.d/11-lcdfilter-legacy.conf (+10 lines)
Line 0 Link Here
1
<?xml version="1.0"?>
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
<fontconfig>
4
<!--  Use lcdlegacy as default for LCD filter -->
5
  <match target="font">
6
    <edit mode="assign" name="lcdfilter">
7
      <const>lcdlegacy</const>
8
    </edit>
9
  </match>
10
</fontconfig>
(-)fontconfig-2.8.0.orig/conf.d/11-lcdfilter-light.conf (+10 lines)
Line 0 Link Here
1
<?xml version="1.0"?>
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
<fontconfig>
4
<!--  Use lcdlight as default for LCD filter -->
5
  <match target="font">
6
    <edit mode="assign" name="lcdfilter">
7
      <const>lcdlight</const>
8
    </edit>
9
  </match>
10
</fontconfig>
(-)fontconfig-2.8.0.orig/conf.d/Makefile.am (+3 lines)
Lines 32-37 Link Here
32
	10-sub-pixel-vbgr.conf \
32
	10-sub-pixel-vbgr.conf \
33
	10-sub-pixel-vrgb.conf \
33
	10-sub-pixel-vrgb.conf \
34
	10-unhinted.conf \
34
	10-unhinted.conf \
35
	11-lcdfilter-default.conf \
36
	11-lcdfilter-legacy.conf \
37
	11-lcdfilter-light.conf \
35
	20-fix-globaladvance.conf \
38
	20-fix-globaladvance.conf \
36
	20-unhint-small-vera.conf \
39
	20-unhint-small-vera.conf \
37
	25-unhint-nonlatin.conf \
40
	25-unhint-nonlatin.conf \

Return to bug 306053