Advertisement
Guest User

.fonts.conf

a guest
May 29th, 2015
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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>rgb</const>
  7. </edit>
  8. </match>
  9. <match target="font">
  10. <edit mode="assign" name="hinting">
  11. <bool>true</bool>
  12. </edit>
  13. <edit name="autohint">
  14. <bool>true</bool>
  15. </edit>
  16. </match>
  17. <match target="font">
  18. <edit mode="assign" name="hintstyle">
  19. <const>hintslight</const>
  20. </edit>
  21. </match>
  22. <match target="font">
  23. <edit mode="assign" name="hinting">
  24. <bool>true</bool>
  25. </edit>
  26. </match>
  27. <match target="font">
  28. <edit mode="assign" name="antialias">
  29. <bool>true</bool>
  30. </edit>
  31. </match>
  32. <match target="font">
  33. <edit mode="assign" name="lcdfilter">
  34. <const>lcddefault</const>
  35. </edit>
  36. </match>
  37. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement