Mercurial > hg > camir-aes2014
annotate toolboxes/graph_visualisation/etc/fonts/conf.avail/10-sub-pixel-rgb.conf @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
rev | line source |
---|---|
wolffd@0 | 1 <?xml version="1.0"?> |
wolffd@0 | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
wolffd@0 | 3 <!-- conf.d/sub-pixel.conf --> |
wolffd@0 | 4 <fontconfig> |
wolffd@0 | 5 <!-- Enable sub-pixel rendering --> |
wolffd@0 | 6 <match target="font"> |
wolffd@0 | 7 <edit name="rgba" mode="assign"><const>rgb</const></edit> |
wolffd@0 | 8 </match> |
wolffd@0 | 9 </fontconfig> |