* fixed U+2117 in Sans Extralight, fixing bug #12900.
[dejavu.git] / dejavu-fonts / fontconfig / 20-unhint-small-dejavu-lgc.conf
blob144ce0342b93b54346a5ae21ed86940fd6cd8004
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
3 <fontconfig>
4 <!-- /etc/fonts/conf.d/20-unhint-small-dejavu-lgc.conf
6 Disable hinting manually at smaller sizes (< 8ppem)
7 This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
8 derived from Vera.
10 The Bistream Vera fonts have GASP entries suggesting that hinting be
11 disabled below 8 ppem, but FreeType ignores those, preferring to use
12 the data found in the instructed hints. The initial Vera release
13 didn't include the right instructions in the 'prep' table.
14 -->
15 <match target="font">
16 <test name="family">
17 <string>DejaVu LGC Sans</string>
18 </test>
19 <test compare="less" name="pixelsize">
20 <double>7.5</double>
21 </test>
22 <edit name="hinting">
23 <bool>false</bool>
24 </edit>
25 </match>
26 <match target="font">
27 <test name="family">
28 <string>DejaVu LGC Sans Condensed</string>
29 </test>
30 <test compare="less" name="pixelsize">
31 <double>7.5</double>
32 </test>
33 <edit name="hinting">
34 <bool>false</bool>
35 </edit>
36 </match>
37 <match target="font">
38 <test name="family">
39 <string>DejaVu LGC Sans Mono</string>
40 </test>
41 <test compare="less" name="pixelsize">
42 <double>7.5</double>
43 </test>
44 <edit name="hinting">
45 <bool>false</bool>
46 </edit>
47 </match>
48 <match target="font">
49 <test name="family">
50 <string>DejaVu LGC Serif</string>
51 </test>
52 <test compare="less" name="pixelsize">
53 <double>7.5</double>
54 </test>
55 <edit name="hinting">
56 <bool>false</bool>
57 </edit>
58 </match>
59 <match target="font">
60 <test name="family">
61 <string>DejaVu LGC Serif Condensed</string>
62 </test>
63 <test compare="less" name="pixelsize">
64 <double>7.5</double>
65 </test>
66 <edit name="hinting">
67 <bool>false</bool>
68 </edit>
69 </match>
70 </fontconfig>