Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 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-sub-pixel-bgr.conf
  5. [4] 10-sub-pixel-rgb.conf *
  6. [5] 10-sub-pixel-vbgr.conf
  7. [6] 10-sub-pixel-vrgb.conf
  8. [7] 10-unhinted.conf
  9. [8] 20-fix-globaladvance.conf *
  10. [9] 20-unhint-small-dejavu-sans.conf
  11. [10] 20-unhint-small-dejavu-sans-mono.conf
  12. [11] 20-unhint-small-dejavu-serif.conf
  13. [12] 20-unhint-small-vera.conf *
  14. [13] 25-unhint-nonlatin.conf
  15. [14] 30-metric-aliases.conf *
  16. [15] 30-urw-aliases.conf
  17. [16] 40-nonlatin.conf *
  18. [17] 45-latin.conf *
  19. [18] 49-sansserif.conf *
  20. [19] 50-user.conf *
  21. [20] 51-local.conf *
  22. [21] 57-dejavu-sans.conf
  23. [22] 57-dejavu-sans-mono.conf
  24. [23] 57-dejavu-serif.conf
  25. [24] 60-latin.conf *
  26. [25] 65-fonts-persian.conf *
  27. [26] 65-khmer.conf
  28. [27] 65-nonlatin.conf *
  29. [28] 69-unifont.conf *
  30. [29] 70-no-bitmaps.conf
  31. [30] 70-yes-bitmaps.conf
  32. [31] 80-delicious.conf *
  33. [32] 90-synthetic.conf *
  34.  
  35. ------------------========================================================--------------------------
  36.  
  37. ~/.fonts.conf
  38.  
  39.  
  40. <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  41. <fontconfig>
  42. <match target="font">
  43. <edit mode="assign" name="rgba">
  44. <const>rgb</const>
  45. </edit>
  46. </match>
  47.  
  48. <match target="font">
  49. <edit name="autohint" mode="assign">
  50. <bool>true</bool>
  51. </edit>
  52. </match>
  53.  
  54.  
  55. <match target="font">
  56. <edit mode="assign" name="hinting">
  57. <bool>true</bool>
  58. </edit>
  59. </match>
  60.  
  61. <!--
  62. <match target="font">
  63. <edit mode="assign" name="hintstyle">
  64. <const>hintmedium</const>
  65. </edit>
  66. </match>
  67. -->
  68.  
  69. <match target="font">
  70. <edit mode="assign" name="antialias">
  71. <bool>true</bool>
  72. </edit>
  73. </match>
  74. </fontconfig>
  75.  
  76.  
  77. ------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement