home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / fonts / conf.d / no-sub-pixel.conf < prev    next >
Extensible Markup Language  |  2006-06-09  |  257b  |  10 lines

  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">
  7.     <edit name="rgba" mode="assign"><const>none</const></edit>
  8.   </match>
  9. </fontconfig>
  10.