]> git.wh0rd.org - fontconfig.git/blob - conf.d/10-sub-pixel-vrgb.conf
Bug 41171 - Invalid use of memset
[fontconfig.git] / conf.d / 10-sub-pixel-vrgb.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <!-- Enable sub-pixel rendering -->
5 <match target="font">
6 <edit name="rgba" mode="assign"><const>vrgb</const></edit>
7 </match>
8 </fontconfig>