Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 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"><double>96</double></edit>
  6. </match>
  7. <match target="font">
  8. <edit name="antialias" mode="assign">
  9. <bool>true</bool>
  10. </edit>
  11. </match>
  12. <match target="font">
  13. <edit name="hinting" mode="assign">
  14. <bool>true</bool>
  15. </edit>
  16. </match>
  17. <match target="font">
  18. <edit name="autohint" mode="assign">
  19. <bool>true</bool>
  20. </edit>
  21. </match>
  22. <match target="font">
  23. <edit name="hintstyle" mode="assign">
  24. <const>hintfull</const>
  25. </edit>
  26. </match>
  27. <match target="font">
  28. <edit name="rgba" mode="assign">
  29. <const>rgb</const>
  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