Advertisement
Guest User

Untitled

a guest
May 31st, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. Available fontconfig .conf files (* is enabled):
  2. [1] 10-autohint.conf
  3. [2] 10-no-sub-pixel.conf
  4. [3] 10-scale-bitmap-fonts.conf *
  5. [4] 10-sub-pixel-bgr.conf
  6. [5] 10-sub-pixel-rgb.conf *
  7. [6] 10-sub-pixel-vbgr.conf
  8. [7] 10-sub-pixel-vrgb.conf
  9. [8] 10-unhinted.conf
  10. [9] 11-lcdfilter-default.conf *
  11. [10] 11-lcdfilter-legacy.conf
  12. [11] 11-lcdfilter-light.conf
  13. [12] 20-unhint-small-dejavu-sans.conf
  14. [13] 20-unhint-small-dejavu-sans-mono.conf
  15. [14] 20-unhint-small-dejavu-serif.conf
  16. [15] 20-unhint-small-vera.conf *
  17. [16] 25-unhint-nonlatin.conf
  18. [17] 30-metric-aliases.conf *
  19. [18] 30-urw-aliases.conf *
  20. [19] 40-nonlatin.conf *
  21. [20] 45-latin.conf *
  22. [21] 49-sansserif.conf *
  23. [22] 50-user.conf
  24. [23] 51-local.conf *
  25. [24] 57-dejavu-sans.conf
  26. [25] 57-dejavu-sans-mono.conf
  27. [26] 57-dejavu-serif.conf
  28. [27] 60-latin.conf *
  29. [28] 65-fonts-persian.conf *
  30. [29] 65-khmer.conf
  31. [30] 65-nonlatin.conf *
  32. [31] 69-unifont.conf *
  33. [32] 70-no-bitmaps.conf
  34. [33] 70-yes-bitmaps.conf
  35. [34] 80-delicious.conf *
  36. [35] 90-synthetic.conf *
  37. [36] 99pdftoopvp.conf
  38. cat /etc/fonts/conf.d/51-local.conf
  39. <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  40. <fontconfig>
  41. <match target="font">
  42. <edit mode="assign" name="rgba">
  43. <const>rgb</const>
  44. </edit>
  45. </match>
  46. <match target="font">
  47. <edit mode="assign" name="hinting">
  48. <bool>true</bool>
  49. </edit>
  50. </match>
  51. <match target="font">
  52. <edit mode="assign" name="hintstyle">
  53. <const>hintslight</const>
  54. </edit>
  55. </match>
  56. <match target="font">
  57. <edit mode="assign" name="antialias">
  58. <bool>true</bool>
  59. </edit>
  60. </match>
  61. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement