Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: media-libs/fontconfig/files/fontconfig-2.7.1-conf-d.patch

Issue 6901136: Update and clean up the fontconfig files (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: add 'Song ASC' for serif in place of D.S.F Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | media-libs/fontconfig/files/fontconfig-2.7.1-orth.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff -urN fontconfig-2.7.1-orig/conf.d/10-antialias.conf fontconfig-2.7.1/conf.d /10-antialias.conf 1 diff -urN fontconfig-2.7.1-orig/conf.d/10-antialias.conf fontconfig-2.7.1/conf.d /10-antialias.conf
2 --- fontconfig-2.7.1-orig/conf.d/10-antialias.conf 1969-12-31 16:00:00.0000 00000 -0800 2 --- fontconfig-2.7.1-orig/conf.d/10-antialias.conf 1969-12-31 16:00:00.0000 00000 -0800
3 +++ fontconfig-2.7.1/conf.d/10-antialias.conf» 2010-06-14 17:25:10.000000000 -0 700 3 +++ fontconfig-2.7.1/conf.d/10-antialias.conf» 2011-04-29 12:49:40.000000000 -0 700
4 @@ -0,0 +1,8 @@ 4 @@ -0,0 +1,8 @@
5 +<?xml version="1.0"?> 5 +<?xml version="1.0"?>
6 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 6 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
7 +<fontconfig> 7 +<fontconfig>
8 +<!-- Use the Antialiasing --> 8 +<!-- Use the Antialiasing -->
9 + <match target="font"> 9 + <match target="font">
10 + <edit name="antialias" mode="assign"><bool>true</bool></edit> 10 + <edit name="antialias" mode="assign"><bool>true</bool></edit>
11 + </match> 11 + </match>
12 +</fontconfig> 12 +</fontconfig>
13 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting.conf fontconfig-2.7.1/conf.d/1 0-hinting.conf 13 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting.conf fontconfig-2.7.1/conf.d/1 0-hinting.conf
14 --- fontconfig-2.7.1-orig/conf.d/10-hinting.conf 1969-12-31 16:00:00.0000 00000 -0800 14 --- fontconfig-2.7.1-orig/conf.d/10-hinting.conf 1969-12-31 16:00:00.0000 00000 -0800
15 +++ fontconfig-2.7.1/conf.d/10-hinting.conf» 2010-06-14 17:25:10.000000000 -0 700 15 +++ fontconfig-2.7.1/conf.d/10-hinting.conf» 2011-04-29 12:49:40.000000000 -0 700
16 @@ -0,0 +1,8 @@ 16 @@ -0,0 +1,8 @@
17 +<?xml version="1.0"?> 17 +<?xml version="1.0"?>
18 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 18 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
19 +<fontconfig> 19 +<fontconfig>
20 +<!-- Use Hinting --> 20 +<!-- Use Hinting -->
21 + <match target="font"> 21 + <match target="font">
22 + <edit name="hinting" mode="assign"><bool>true</bool></edit> 22 + <edit name="hinting" mode="assign"><bool>true</bool></edit>
23 + </match> 23 + </match>
24 +</fontconfig> 24 +</fontconfig>
25 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting-full.conf fontconfig-2.7.1/con f.d/10-hinting-full.conf 25 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting-full.conf fontconfig-2.7.1/con f.d/10-hinting-full.conf
26 --- fontconfig-2.7.1-orig/conf.d/10-hinting-full.conf 1969-12-31 16:00:00.0000 00000 -0800 26 --- fontconfig-2.7.1-orig/conf.d/10-hinting-full.conf 1969-12-31 16:00:00.0000 00000 -0800
27 +++ fontconfig-2.7.1/conf.d/10-hinting-full.conf» 2010-06-14 17:25:10.0000 00000 -0700 27 +++ fontconfig-2.7.1/conf.d/10-hinting-full.conf» 2011-04-29 12:49:40.0000 00000 -0700
28 @@ -0,0 +1,8 @@ 28 @@ -0,0 +1,8 @@
29 +<?xml version="1.0"?> 29 +<?xml version="1.0"?>
30 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 30 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
31 +<fontconfig> 31 +<fontconfig>
32 +<!-- Use Full Hinting --> 32 +<!-- Use Full Hinting -->
33 + <match target="font"> 33 + <match target="font">
34 + <edit name="hintstyle" mode="assign"><const>hintfull</const></edit> 34 + <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
35 + </match> 35 + </match>
36 +</fontconfig> 36 +</fontconfig>
37 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting-slight.conf fontconfig-2.7.1/c onf.d/10-hinting-slight.conf 37 diff -urN fontconfig-2.7.1-orig/conf.d/10-hinting-slight.conf fontconfig-2.7.1/c onf.d/10-hinting-slight.conf
38 --- fontconfig-2.7.1-orig/conf.d/10-hinting-slight.conf 1969-12-31 16:00:00.0000 00000 -0800 38 --- fontconfig-2.7.1-orig/conf.d/10-hinting-slight.conf 1969-12-31 16:00:00.0000 00000 -0800
39 +++ fontconfig-2.7.1/conf.d/10-hinting-slight.conf» 2010-06-14 17:25:10.0000 00000 -0700 39 +++ fontconfig-2.7.1/conf.d/10-hinting-slight.conf» 2011-04-29 12:49:40.0000 00000 -0700
40 @@ -0,0 +1,8 @@ 40 @@ -0,0 +1,8 @@
41 +<?xml version="1.0"?> 41 +<?xml version="1.0"?>
42 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 42 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
43 +<fontconfig> 43 +<fontconfig>
44 +<!-- Use Slight Hinting --> 44 +<!-- Use Slight Hinting -->
45 + <match target="font"> 45 + <match target="font">
46 + <edit name="hintstyle" mode="assign"><const>hintslight</const></edit> 46 + <edit name="hintstyle" mode="assign"><const>hintslight</const></edit>
47 + </match> 47 + </match>
48 +</fontconfig> 48 +</fontconfig>
49 diff -urN fontconfig-2.7.1-orig/conf.d/Makefile.am fontconfig-2.7.1/conf.d/Makef ile.am 49 diff -urN fontconfig-2.7.1-orig/conf.d/Makefile.am fontconfig-2.7.1/conf.d/Makef ile.am
50 --- fontconfig-2.7.1-orig/conf.d/Makefile.am 2009-03-18 14:02:20.000000000 -0 700 50 --- fontconfig-2.7.1-orig/conf.d/Makefile.am 2009-03-18 14:02:20.000000000 -0 700
51 +++ fontconfig-2.7.1/conf.d/Makefile.am»2010-07-14 10:32:51.000000000 -0700 51 +++ fontconfig-2.7.1/conf.d/Makefile.am»2011-04-29 13:09:05.000000000 -0700
52 @@ -25,7 +25,11 @@ 52 @@ -25,7 +25,11 @@
53 README 53 README
54 54
55 CONF_FILES = \ 55 CONF_FILES = \
56 + 10-antialias.conf \ 56 + 10-antialias.conf \
57 10-autohint.conf \ 57 10-autohint.conf \
58 + 10-hinting.conf \ 58 + 10-hinting.conf \
59 + 10-hinting-slight.conf \ 59 + 10-hinting-slight.conf \
60 + 10-hinting-full.conf \ 60 + 10-hinting-full.conf \
61 10-no-sub-pixel.conf \ 61 10-no-sub-pixel.conf \
62 10-sub-pixel-bgr.conf \ 62 10-sub-pixel-bgr.conf \
63 10-sub-pixel-rgb.conf \ 63 10-sub-pixel-rgb.conf \
64 @@ -53,6 +57,9 @@ 64 @@ -53,6 +57,10 @@
65 90-synthetic.conf 65 90-synthetic.conf
66 66
67 CONF_LINKS = \ 67 CONF_LINKS = \
68 + 10-autohint.conf \ 68 + 10-autohint.conf \
69 + 10-hinting.conf \
69 + 10-hinting-slight.conf \ 70 + 10-hinting-slight.conf \
70 + 10-sub-pixel-rgb.conf \ 71 + 10-sub-pixel-rgb.conf \
71 20-fix-globaladvance.conf \ 72 20-fix-globaladvance.conf \
72 20-unhint-small-vera.conf \ 73 20-unhint-small-vera.conf \
73 30-urw-aliases.conf \ 74 30-urw-aliases.conf \
75 @@ -62,9 +70,6 @@
76 49-sansserif.conf \
77 50-user.conf \
78 51-local.conf \
79 - 60-latin.conf \
80 - 65-fonts-persian.conf \
81 - 65-nonlatin.conf \
82 69-unifont.conf \
83 80-delicious.conf \
84 90-synthetic.conf
74 diff -urN fontconfig-2.7.1-orig/conf.d/Makefile.in fontconfig-2.7.1/conf.d/Makef ile.in 85 diff -urN fontconfig-2.7.1-orig/conf.d/Makefile.in fontconfig-2.7.1/conf.d/Makef ile.in
75 --- fontconfig-2.7.1-orig/conf.d/Makefile.in 2009-07-27 14:56:45.000000000 -0 700 86 --- fontconfig-2.7.1-orig/conf.d/Makefile.in 2009-07-27 14:56:45.000000000 -0 700
76 +++ fontconfig-2.7.1/conf.d/Makefile.in»2010-07-14 10:33:12.000000000 -0700 87 +++ fontconfig-2.7.1/conf.d/Makefile.in»2011-04-29 13:09:20.000000000 -0700
77 @@ -246,7 +246,11 @@ 88 @@ -246,7 +246,11 @@
78 README 89 README
79 90
80 CONF_FILES = \ 91 CONF_FILES = \
81 + 10-antialias.conf \ 92 + 10-antialias.conf \
82 10-autohint.conf \ 93 10-autohint.conf \
83 + 10-hinting.conf \ 94 + 10-hinting.conf \
84 + 10-hinting-slight.conf \ 95 + 10-hinting-slight.conf \
85 + 10-hinting-full.conf \ 96 + 10-hinting-full.conf \
86 10-no-sub-pixel.conf \ 97 10-no-sub-pixel.conf \
87 10-sub-pixel-bgr.conf \ 98 10-sub-pixel-bgr.conf \
88 10-sub-pixel-rgb.conf \ 99 10-sub-pixel-rgb.conf \
89 @@ -274,6 +278,9 @@ 100 @@ -274,6 +278,10 @@
90 90-synthetic.conf 101 90-synthetic.conf
91 102
92 CONF_LINKS = \ 103 CONF_LINKS = \
93 + 10-autohint.conf \ 104 + 10-autohint.conf \
105 + 10-hinting.conf \
94 + 10-hinting-slight.conf \ 106 + 10-hinting-slight.conf \
95 + 10-sub-pixel-rgb.conf \ 107 + 10-sub-pixel-rgb.conf \
96 20-fix-globaladvance.conf \ 108 20-fix-globaladvance.conf \
97 20-unhint-small-vera.conf \ 109 20-unhint-small-vera.conf \
98 30-urw-aliases.conf \ 110 30-urw-aliases.conf \
111 @@ -283,9 +291,6 @@
112 49-sansserif.conf \
113 50-user.conf \
114 51-local.conf \
115 - 60-latin.conf \
116 - 65-fonts-persian.conf \
117 - 65-nonlatin.conf \
118 69-unifont.conf \
119 80-delicious.conf \
120 90-synthetic.conf
121 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-antialias.conf fontco nfig-2.7.1/fontconfig-2.7.1/conf.d/10-antialias.conf
122 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-antialias.conf 1969-12- 31 16:00:00.000000000 -0800
123 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/10-antialias.conf 2011-04-29 12:49 :31.000000000 -0700
124 @@ -0,0 +1,8 @@
125 +<?xml version="1.0"?>
126 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
127 +<fontconfig>
128 +<!-- Use the Antialiasing -->
129 + <match target="font">
130 + <edit name="antialias" mode="assign"><bool>true</bool></edit>
131 + </match>
132 +</fontconfig>
133 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting.conf fontconf ig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting.conf
134 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting.conf 1969-12- 31 16:00:00.000000000 -0800
135 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting.conf 2011-04-29 12:49 :31.000000000 -0700
136 @@ -0,0 +1,8 @@
137 +<?xml version="1.0"?>
138 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
139 +<fontconfig>
140 +<!-- Use Hinting -->
141 + <match target="font">
142 + <edit name="hinting" mode="assign"><bool>true</bool></edit>
143 + </match>
144 +</fontconfig>
145 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting-full.conf fon tconfig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting-full.conf
146 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting-full.conf 1969-12- 31 16:00:00.000000000 -0800
147 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting-full.conf 2011-04- 29 12:49:31.000000000 -0700
148 @@ -0,0 +1,8 @@
149 +<?xml version="1.0"?>
150 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
151 +<fontconfig>
152 +<!-- Use Full Hinting -->
153 + <match target="font">
154 + <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
155 + </match>
156 +</fontconfig>
157 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting-slight.conf f ontconfig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting-slight.conf
158 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/10-hinting-slight.conf 1969-12-31 16:00:00.000000000 -0800
159 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/10-hinting-slight.conf 2011-04- 29 12:49:31.000000000 -0700
160 @@ -0,0 +1,8 @@
161 +<?xml version="1.0"?>
162 +<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
163 +<fontconfig>
164 +<!-- Use Slight Hinting -->
165 + <match target="font">
166 + <edit name="hintstyle" mode="assign"><const>hintslight</const></edit>
167 + </match>
168 +</fontconfig>
169 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/Makefile.am.rej fontconf ig-2.7.1/fontconfig-2.7.1/conf.d/Makefile.am.rej
170 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/Makefile.am.rej 1969-12- 31 16:00:00.000000000 -0800
171 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/Makefile.am.rej 2011-04-29 12:49 :31.000000000 -0700
172 @@ -0,0 +1,24 @@
173 +--- fontconfig-2.7.1-orig/conf.d/Makefile.am 2009-03-18 14:02:20.000000000 -0 700
174 ++++ fontconfig-2.7.1/conf.d/Makefile.am 2010-07-14 10:32:51.000000000 -0 700
175 +@@ -25,7 +25,11 @@
176 + README
177 +
178 + CONF_FILES = \
179 ++ 10-antialias.conf \
180 + 10-autohint.conf \
181 ++ 10-hinting.conf \
182 ++ 10-hinting-slight.conf \
183 ++ 10-hinting-full.conf \
184 + 10-no-sub-pixel.conf \
185 + 10-sub-pixel-bgr.conf \
186 + 10-sub-pixel-rgb.conf \
187 +@@ -53,6 +57,9 @@
188 + 90-synthetic.conf
189 +
190 + CONF_LINKS = \
191 ++ 10-autohint.conf \
192 ++ 10-hinting-slight.conf \
193 ++ 10-sub-pixel-rgb.conf \
194 + 20-fix-globaladvance.conf \
195 + 20-unhint-small-vera.conf \
196 + 30-urw-aliases.conf \
197 diff -urN fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/Makefile.in.rej fontconf ig-2.7.1/fontconfig-2.7.1/conf.d/Makefile.in.rej
198 --- fontconfig-2.7.1-orig/fontconfig-2.7.1/conf.d/Makefile.in.rej 1969-12- 31 16:00:00.000000000 -0800
199 +++ fontconfig-2.7.1/fontconfig-2.7.1/conf.d/Makefile.in.rej 2011-04-29 12:49 :31.000000000 -0700
200 @@ -0,0 +1,24 @@
201 +--- fontconfig-2.7.1-orig/conf.d/Makefile.in 2009-07-27 14:56:45.000000000 -0 700
202 ++++ fontconfig-2.7.1/conf.d/Makefile.in 2010-07-14 10:33:12.000000000 -0 700
203 +@@ -246,7 +246,11 @@
204 + README
205 +
206 + CONF_FILES = \
207 ++ 10-antialias.conf \
208 + 10-autohint.conf \
209 ++ 10-hinting.conf \
210 ++ 10-hinting-slight.conf \
211 ++ 10-hinting-full.conf \
212 + 10-no-sub-pixel.conf \
213 + 10-sub-pixel-bgr.conf \
214 + 10-sub-pixel-rgb.conf \
215 +@@ -274,6 +278,9 @@
216 + 90-synthetic.conf
217 +
218 + CONF_LINKS = \
219 ++ 10-autohint.conf \
220 ++ 10-hinting-slight.conf \
221 ++ 10-sub-pixel-rgb.conf \
222 + 20-fix-globaladvance.conf \
223 + 20-unhint-small-vera.conf \
224 + 30-urw-aliases.conf \
OLDNEW
« no previous file with comments | « no previous file | media-libs/fontconfig/files/fontconfig-2.7.1-orth.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698