Advertisement
Guest User

/etc/fonts/local.conf

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