Advertisement
Guest User

marmirus

a guest
Jan 30th, 2010
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4. <match target="font" >
  5. <edit mode="assign" name="rgba" >
  6. <const>rgb</const>
  7. </edit>
  8. </match>
  9. <match target="font" >
  10. <edit mode="assign" name="hinting" >
  11. <bool>true</bool>
  12. </edit>
  13. </match>
  14. <match target="font" >
  15. <edit mode="assign" name="hintstyle" >
  16. <const>hintfull</const>
  17. </edit>
  18. </match>
  19. <match target="font" >
  20. <edit mode="assign" name="antialias" >
  21. <bool>true</bool>
  22. </edit>
  23. </match>
  24. </fontconfig>
  25.  
  26. dima@mar:~/ > ls -la /etc/fonts/conf.d
  27. total 16
  28. drwxr-xr-x 2 root root 4096 Jan 30 17:06 ./
  29. drwxr-xr-x 4 root root 4096 Jan 30 17:06 ../
  30. lrwxrwxrwx 1 root root 39 Jan 30 17:06 20-fix-globaladvance.conf -> ../conf.avail/20-fix-globaladvance.conf
  31. lrwxrwxrwx 1 root root 39 Jan 30 17:06 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
  32. lrwxrwxrwx 1 root root 42 Jan 30 17:06 29-replace-bitmap-fonts.conf -> ../conf.avail/29-replace-bitmap-fonts.conf
  33. lrwxrwxrwx 1 root root 36 Jan 30 17:06 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
  34. lrwxrwxrwx 1 root root 33 Jan 30 17:06 30-urw-aliases.conf -> ../conf.avail/30-urw-aliases.conf
  35. lrwxrwxrwx 1 root root 30 Jan 30 17:06 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
  36. lrwxrwxrwx 1 root root 27 Jan 30 17:06 45-latin.conf -> ../conf.avail/45-latin.conf
  37. lrwxrwxrwx 1 root root 31 Jan 30 17:06 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
  38. lrwxrwxrwx 1 root root 26 Jan 30 17:06 50-user.conf -> ../conf.avail/50-user.conf
  39. lrwxrwxrwx 1 root root 27 Jan 30 17:06 51-local.conf -> ../conf.avail/51-local.conf
  40. lrwxrwxrwx 1 root root 27 Jan 30 17:06 60-latin.conf -> ../conf.avail/60-latin.conf
  41. lrwxrwxrwx 1 root root 35 Jan 30 17:06 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
  42. lrwxrwxrwx 1 root root 30 Jan 30 17:06 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
  43. lrwxrwxrwx 1 root root 29 Jan 30 17:06 69-unifont.conf -> ../conf.avail/69-unifont.conf
  44. lrwxrwxrwx 1 root root 31 Jan 30 17:06 80-delicious.conf -> ../conf.avail/80-delicious.conf
  45. lrwxrwxrwx 1 root root 31 Jan 30 17:06 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
  46.  
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement