12c393a42Smrg<?xml version="1.0"?>
2a4e54154Smrg<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
32c393a42Smrg<fontconfig>
4a32e9e42Smrg  <description>Enable sub-pixel rendering with the vertical BGR stripes layout</description>
52c393a42Smrg<!--  Enable sub-pixel rendering --> 
6c9710b42Smrg  <match target="pattern">
7ca08ab68Smrg    <!--
8a4e54154Smrg      This sort of configuration is available on the major desktop environments
9a4e54154Smrg      and we don't have to break it with "assign" unconditionally. however, we
10a4e54154Smrg      want to set something for others. So we use "append" here to get this working
11a4e54154Smrg      in both cases so that most clients would takes a look at the first place only.
12ca08ab68Smrg    -->
13ca08ab68Smrg    <edit name="rgba" mode="append"><const>vbgr</const></edit>
142c393a42Smrg  </match>
152c393a42Smrg</fontconfig>
16