Guest User

Untitled

a guest
Jan 6th, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4.     <match target="font">
  5.         <edit mode="assign" name="rgba">
  6.             <const>none</const>
  7.         </edit>
  8.     </match>
  9.     <match target="font">
  10.         <edit mode="assign" name="hinting">
  11.             <bool>true</bool>
  12.         </edit>
  13.     </match>
  14.     <match target="font">
  15.         <edit mode="assign" name="hintstyle">
  16.             <const>hintmedium</const>
  17.         </edit>
  18.     </match>
  19.     <match target="font">
  20.         <edit mode="assign" name="antialias">
  21.             <bool>true</bool>
  22.         </edit>
  23.     </match>
  24.     <dir>~/.fonts</dir>
  25. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment