Advertisement
Guest User

Untitled

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