10-sub-pixel-vrgb.conf revision ca08ab68
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4<!--  Enable sub-pixel rendering --> 
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 name="rgba" mode="append"><const>vrgb</const></edit>
13  </match>
14</fontconfig>
15