]> git.wh0rd.org - fontconfig.git/blame - conf.avail/70-no-sub-pixel.conf
Add XML headers to new conf files. Move link make commands to conf.avail dir
[fontconfig.git] / conf.avail / 70-no-sub-pixel.conf
CommitLineData
dc2e06ab
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">
dc2e06ab
KP
7 <edit name="rgba" mode="assign"><const>none</const></edit>
8 </match>
9</fontconfig>