Advertisement
Guest User

local.conf

a guest
Oct 10th, 2016
985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="pattern">
  5. <edit name="dpi" mode="assign">96</edit>
  6. </match>
  7. <match target="font">
  8. <edit mode="assign" name="antialias" >
  9. <bool>true</bool>
  10. </edit>
  11. </match>
  12. <match target="font">
  13. <edit mode="assign" name="hinting" >
  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="rgba" >
  24. <const>rgb</const>
  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