Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4.  
  5. <match target="font">
  6. <edit name="antialias" mode="assign">
  7. <bool>true</bool>
  8. </edit>
  9. </match>
  10.  
  11. <match target="font">
  12. <edit name="hinting" mode="assign">
  13. <bool>true</bool>
  14. </edit>
  15. </match>
  16.  
  17. <match target="font">
  18. <edit name="hintstyle" mode="assign">
  19. <const>hintslight</const>
  20. </edit>
  21. </match>
  22.  
  23. <match target="font">
  24. <edit name="rgba" mode="assign">
  25. <const>rgb</const>
  26. </edit>
  27. </match>
  28.  
  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