635847c404490b3b8af6c3717d0bbfaa22c87166
[platform/upstream/fontconfig.git] / conf.d / 10-no-sub-pixel.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!--  Disable sub-pixel rendering --> 
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 name="rgba" mode="append"><const>none</const></edit>
13   </match>
14 </fontconfig>