Merge branch 'upstream' into tizen
[platform/upstream/fontconfig.git] / conf.d / 10-unhinted.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3 <fontconfig>
4   <description>Disable hinting</description>
5 <!--  Disable hinting --> 
6   <match target="pattern">
7     <!--
8       This sort of configuration is available on the major desktop environments
9       and we don't have to break it with "assign" unconditionally. however, we
10       want to set something for others. So we use "append" here to get this working
11       in both cases so that most clients would takes a look at the first place only.
12     -->
13     <edit name="hinting" mode="append"><bool>false</bool></edit>
14   </match>
15 </fontconfig>