Advertisement
Guest User

.fonts.conf debian wheezy

a guest
Jul 27th, 2013
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. <?xml version='1.0'?>
  3. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  4. <fontconfig>
  5. <match target="font">
  6. <edit mode="assign" name="hinting">
  7. <bool>true</bool>
  8. </edit>
  9. </match>
  10. <match target="font">
  11. <edit mode="assign" name="autohint">
  12. <bool>true</bool>
  13. </edit>
  14. </match>
  15. <match target="font">
  16. <edit mode="assign" name="hintstyle">
  17. <const>hintslight</const>
  18. </edit>
  19. </match>
  20. <match target="font">
  21. <edit mode="assign" name="rgba">
  22. <const>rgb</const>
  23. </edit>
  24. </match>
  25. <match target="font">
  26. <edit mode="assign" name="lcdfilter">
  27. <const>lcddefault</const>
  28. </edit>
  29. </match>
  30. <dir>~/.fonts</dir>
  31. <match target="font">
  32. <edit mode="assign" name="antialias">
  33. <bool>true</bool>
  34. </edit>
  35. </match>
  36. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement