ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/freetype-freeworld/F-12/99-DejaVu-autohinter-only.conf
Revision: 1.1
Committed: Sat Aug 9 21:24:59 2008 UTC (4 years, 9 months ago) by thl
Branch: MAIN
CVS Tags: freetype-freeworld-2_3_7-2_fc11, F-12-split, freetype-freeworld-2_3_9-2_fc11, F-12-start, F-10-split, freetype-freeworld-2_3_7-1_fc10, F-11-split, freetype-freeworld-2_3_11-1_fc12, freetype-freeworld-2_3_11-2_fc12, freetype-freeworld-2_3_11-3_fc12, freetype-freeworld-2_3_9-1_fc11, freetype-freeworld-2_3_6-2_fc10, freetype-freeworld-2_3_8-1_fc11, HEAD
Log Message:
initial import from livna

Line File contents
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <match target="font">
5 <test name="family" compare="eq">
6 <string>DejaVu Sans</string>
7 </test>
8 <edit name="autohint" mode="assign">
9 <bool>true</bool>
10 </edit>
11 </match>
12 <match target="font">
13 <test name="family" compare="eq">
14 <string>DejaVu Serif</string>
15 </test>
16 <edit name="autohint" mode="assign">
17 <bool>true</bool>
18 </edit>
19 </match>
20 <match target="font">
21 <test name="family" compare="eq">
22 <string>DejaVu Sans Mono</string>
23 </test>
24 <edit name="autohint" mode="assign">
25 <bool>true</bool>
26 </edit>
27 </match>
28 <match target="font">
29 <test name="family" compare="eq">
30 <string>DejaVu LGC Sans</string>
31 </test>
32 <edit name="autohint" mode="assign">
33 <bool>true</bool>
34 </edit>
35 </match>
36 <match target="font">
37 <test name="family" compare="eq">
38 <string>DejaVu LGC Serif</string>
39 </test>
40 <edit name="autohint" mode="assign">
41 <bool>true</bool>
42 </edit>
43 </match>
44 <match target="font">
45 <test name="family" compare="eq">
46 <string>DejaVu LGC Sans Mono</string>
47 </test>
48 <edit name="autohint" mode="assign">
49 <bool>true</bool>
50 </edit>
51 </match>
52 <match target="font">
53 <test name="family" compare="eq">
54 <string>Bitstream Vera Sans</string>
55 </test>
56 <edit name="autohint" mode="assign">
57 <bool>true</bool>
58 </edit>
59 </match>
60 <match target="font">
61 <test name="family" compare="eq">
62 <string>Bitstream Vera Serif</string>
63 </test>
64 <edit name="autohint" mode="assign">
65 <bool>true</bool>
66 </edit>
67 </match>
68 <match target="font">
69 <test name="family" compare="eq">
70 <string>Bitstream Vera Sans Mono</string>
71 </test>
72 <edit name="autohint" mode="assign">
73 <bool>true</bool>
74 </edit>
75 </match>
76 </fontconfig>