10-sub-pixel-vbgr.conf - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
10-sub-pixel-vbgr.conf (490B)
---
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!-- Enable 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>vbgr</const></edit>
13 </match>
14 </fontconfig>