]> git.wh0rd.org - fontconfig.git/blame - conf.avail/70-sub-pixel-vrgb.conf
Add XML headers to new conf files. Move link make commands to conf.avail dir
[fontconfig.git] / conf.avail / 70-sub-pixel-vrgb.conf
CommitLineData
414f7202
KP
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<!-- conf.d/sub-pixel.conf -->
4<fontconfig>
5<!-- Enable sub-pixel rendering -->
6 <match target="font">
04ceb322 7 <edit name="rgba" mode="assign"><const>vrgb</const></edit>
414f7202
KP
8 </match>
9</fontconfig>