Advertisement
Guest User

lazyklimm

a guest
Aug 30th, 2008
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.68 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- /etc/fonts.conf file to configure system font access -->
  4. <fontconfig>
  5.  
  6. <match target="font" >
  7.         <edit mode="assign" name="rgba">
  8.                 <const>rgb</const>
  9.         </edit>
  10.         <edit mode="assign" name="autohint" >
  11.                 <bool>false</bool>
  12.          </edit>
  13.         <edit mode="assign" name="hinting">
  14.                 <bool>true</bool>
  15.         </edit>
  16.         <edit mode="assign" name="antialias">
  17.                 <bool>true</bool>
  18.          </edit>
  19.         <edit mode="assign" name="hintstyle">
  20.                 <const>hintslight</const>
  21.          </edit>
  22. </match>
  23.  
  24. </fontconfig>
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement