7e2b25675576925adbc9aab04b53aec4d7a4ed0f
[platform/upstream/fontconfig.git] / conf.d / 11-lcdfilter-legacy.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!--  Use lcdlegacy as default for LCD filter -->
5   <match target="pattern">
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>lcdlegacy</const>
14     </edit>
15   </match>
16 </fontconfig>