Fallback to lstat() in case the filesystem doesn't support d_type in struct dirent
[platform/upstream/fontconfig.git] / conf.d / 25-unhint-nonlatin.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4
5 <!-- We can't hint CJK fonts well, so turn off hinting for CJK fonts. -->
6
7         <match target="font">
8                 <test name="family" compare="eq" ignore-blanks="true">
9                         <string>Kochi Mincho</string>
10                 </test>
11                 <edit name="hinting" mode="assign">
12                         <bool>false</bool>
13                 </edit>
14         </match>
15         <match target="font">
16                 <test name="family" compare="eq" ignore-blanks="true">
17                         <string>Kochi Gothic</string>
18                 </test>
19                 <edit name="hinting" mode="assign">
20                         <bool>false</bool>
21                 </edit>
22         </match>
23         <match target="font">
24                 <test name="family" compare="eq" ignore-blanks="true">
25                         <string>Sazanami Mincho</string>
26                 </test>
27                 <edit name="hinting" mode="assign">
28                         <bool>false</bool>
29                 </edit>
30         </match>
31         <match target="font">
32                 <test name="family" compare="eq" ignore-blanks="true">
33                         <string>Sazanami Gothic</string>
34                 </test>
35                 <edit name="hinting" mode="assign">
36                         <bool>false</bool>
37                 </edit>
38         </match>
39         <match target="font">
40                 <test name="family" compare="eq" ignore-blanks="true">
41                         <string>Baekmuk Batang</string>
42                 </test>
43                 <edit name="hinting" mode="assign">
44                         <bool>false</bool>
45                 </edit>
46         </match>
47         <match target="font">
48                 <test name="family" compare="eq" ignore-blanks="true">
49                         <string>Baekmuk Dotum</string>
50                 </test>
51                 <edit name="hinting" mode="assign">
52                         <bool>false</bool>
53                 </edit>
54         </match>
55         <match target="font">
56                 <test name="family" compare="eq" ignore-blanks="true">
57                         <string>Baekmuk Gulim</string>
58                 </test>
59                 <edit name="hinting" mode="assign">
60                         <bool>false</bool>
61                 </edit>
62         </match>
63         <match target="font">
64                 <test name="family" compare="eq" ignore-blanks="true">
65                         <string>Baekmuk Headline</string>
66                 </test>
67                 <edit name="hinting" mode="assign">
68                         <bool>false</bool>
69                 </edit>
70         </match>
71         <match target="font">
72                 <test name="family" compare="eq" ignore-blanks="true">
73                         <string>AR PL Mingti2L Big5</string>
74                 </test>
75                 <edit name="hinting" mode="assign">
76                         <bool>false</bool>
77                 </edit>
78         </match>
79         <match target="font">
80                 <test name="family" compare="eq" ignore-blanks="true">
81                         <string>AR PL ShanHeiSun Uni</string>
82                 </test>
83                 <edit name="hinting" mode="assign">
84                         <bool>false</bool>
85                 </edit>
86         </match>
87         <match target="font">
88                 <test name="family" compare="eq" ignore-blanks="true">
89                         <string>AR PL KaitiM Big5</string>
90                 </test>
91                 <edit name="hinting" mode="assign">
92                         <bool>false</bool>
93                 </edit>
94         </match>
95         <match target="font">
96                 <test name="family" compare="eq" ignore-blanks="true">
97                         <string>AR PL ZenKai Uni</string>
98                 </test>
99                 <edit name="hinting" mode="assign">
100                         <bool>false</bool>
101                 </edit>
102         </match>
103         <match target="font">
104                 <test name="family" compare="eq" ignore-blanks="true">
105                         <string>AR PL SungtiL GB</string>
106                 </test>
107                 <edit name="hinting" mode="assign">
108                         <bool>false</bool>
109                 </edit>
110         </match>
111         <match target="font">
112                 <test name="family" compare="eq" ignore-blanks="true">
113                         <string>AR PL KaitiM GB</string>
114                 </test>
115                 <edit name="hinting" mode="assign">
116                         <bool>false</bool>
117                 </edit>
118         </match>
119         <match target="font">
120                 <test name="family" compare="eq" ignore-blanks="true">
121                         <string>ZYSong18030</string>
122                 </test>
123                 <edit name="hinting" mode="assign">
124                         <bool>false</bool>
125                 </edit>
126         </match>
127
128 </fontconfig>