Advertisement
Guest User

.fonts.conf

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