Advertisement
zezaocapoeira

~/.fonts.conf

Sep 4th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  2. <fontconfig>
  3. <match target="font" >
  4. <edit mode="assign" name="rgba" >
  5. <const>rgb</const>
  6. </edit>
  7. </match>
  8. <match target="font" >
  9. <edit mode="assign" name="hinting" >
  10. <bool>true</bool>
  11. </edit>
  12. <edit name="autohint">
  13. <bool>true</bool>
  14. </edit>
  15. </match>
  16. <match target="font" >
  17. <edit mode="assign" name="hintstyle" >
  18. <const>hintslight</const>
  19. </edit>
  20. </match>
  21. <match target="font" >
  22. <edit mode="assign" name="antialias" >
  23. <bool>true</bool>
  24. </edit>
  25. </match>
  26. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement