e251edd4d6862d0920bc4721286b0a7007054cf6
[platform/upstream/fontconfig.git] / conf.d / 11-lcdfilter-default.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!--  Use lcddefault as default for LCD filter -->
5   <match target="font">
6     <!--
7       This configuration is available on the major desktop environments.
8       We shouldn't overwrite it with "assign" unconditionally.
9       Most clients may picks up the first value only. so using "append"
10       may simply works to avoid it.
11     -->
12     <edit mode="append" name="lcdfilter">
13       <const>lcddefault</const>
14     </edit>
15   </match>
16 </fontconfig>