Advertisement
Guest User

Untitled

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