Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / conf.d / 11-lcdfilter-light.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3 <fontconfig>
4   <description>Use lcdlight as default for LCD filter</description>
5 <!--  Use lcdlight as default for LCD filter -->
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 mode="append" name="lcdfilter">
14       <const>lcdlight</const>
15     </edit>
16   </match>
17 </fontconfig>