Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <?xml version=”1.0″?>
  2. <!DOCTYPE fontconfig SYSTEM “fonts.dtd”>
  3. <fontconfig>
  4. <match target=”font”>
  5. <edit name=”hinting” mode=”assign”>
  6. <bool>true</bool>
  7. </edit>
  8. <edit name=”autohint” mode=”assign”>
  9. <bool>true</bool>
  10. </edit>
  11. <edit name=”hintstyle” mode=”assign”>
  12. <const>hintslight</const>
  13. </edit>
  14. <edit name=”embeddedbitmap” mode=”assign”>
  15. <bool>false</bool>
  16. </edit>
  17. <edit name=”antialias” mode=”assign”>
  18. <bool>true</bool>
  19. </edit>
  20. </match>
  21. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement