Advertisement
Guest User

/etc/fonts/local.conf

a guest
May 8th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <match target="font">
  2. <edit name="antialias" mode="assign">
  3. <bool>true</bool>
  4. </edit>
  5. <edit name="hinting" mode="assign">
  6. <bool>true</bool>
  7. </edit>
  8. <edit name="hintstyle" mode="assign">
  9. <const>hintfull</const>
  10. </edit>
  11. <edit name="rgba" mode="assign">
  12. <const>rgb</const>
  13. </edit>
  14. <edit name="lcdfilter" mode="assign">
  15. <const>lcddefault</const>
  16. </edit>
  17. <edit name="autohint" mode="assign">
  18. <bool>false</bool>
  19. </edit>
  20. </match>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement