]> git.pld-linux.org Git - packages/fontconfig.git/blob - fontconfig-autohint.patch
- fixed pt_BR stuff
[packages/fontconfig.git] / fontconfig-autohint.patch
1 --- fontconfig-2.2.92/fonts.conf.in~    Mon Mar 29 22:49:31 2004
2 +++ fontconfig-2.2.92/fonts.conf.in     Mon Mar 29 22:51:44 2004
3 @@ -177,18 +177,8 @@
4         <match target="font">
5                 <test name="family">
6                         <string>Bitstream Vera Sans</string>
7 -               </test>
8 -               <test name="pixelsize" compare="less">
9 -                       <double>7.5</double>
10 -               </test>
11 -               <edit name="hinting">
12 -                       <bool>false</bool>
13 -               </edit>
14 -       </match>
15 -
16 -       <match target="font">
17 -               <test name="family">
18                         <string>Bitstream Vera Serif</string>
19 +                       <string>Bitstream Vera Sans Mono</string>
20                 </test>
21                 <test name="pixelsize" compare="less">
22                         <double>7.5</double>
23 @@ -198,15 +188,29 @@
24                 </edit>
25         </match>
26  
27 +<!-- 
28 +       The Free*, Luxi and Quasi*TTF fonts have poor hinting instructions.
29 +       Autohinting gives better results for them.
30 + -->
31 +
32         <match target="font">
33                 <test name="family">
34 -                       <string>Bitstream Vera Sans Mono</string>
35 +                       <string>FreeMono</string>
36 +                       <string>FreeSans</string>
37 +                       <string>FreeSerif</string>
38 +                       <string>Luxi Mono</string>
39 +                       <string>Luxi Sans</string>
40 +                       <string>Luxi Serif</string>
41 +                       <string>QuasiBookmanTTF</string>
42 +                       <string>QuasiChanceryTTF</string>
43 +                       <string>QuasiCourierTTF</string>
44 +                       <string>QuasiPalatinoTTF</string>
45 +                       <string>QuasiSwissCondensedTTF</string>
46 +                       <string>QuasiSwissTTF</string>
47 +                       <string>QuasiTimesTTF</string>
48                 </test>
49 -               <test name="pixelsize" compare="less">
50 -                       <double>7.5</double>
51 -               </test>
52 -               <edit name="hinting">
53 -                       <bool>false</bool>
54 +               <edit name="autohint">
55 +                       <bool>true</bool>
56                 </edit>
57         </match>
58  
This page took 0.033585 seconds and 3 git commands to generate.