Advertisement
Guest User

111

a guest
May 29th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="font" >
  5. <edit mode="append" name="hinting">
  6. <bool>f</bool>
  7. </edit>
  8. </match>
  9. <match target="font" >
  10. <edit mode="assign" name="hintstyle">
  11. <const>hintfull</const>
  12. </edit>
  13. </match>
  14. <match target="pattern">
  15. <!--
  16. This configuration is available on the major desktop environments.
  17. We shouldn't overwrite it with "assign" unconditionally.
  18. Most clients may picks up the first value only. so using "append"
  19. may simply works to avoid it.
  20. -->
  21. <edit name="hinting" mode="append"><bool>false</bool></edit>
  22. </match>
  23. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement