59-vlgothic.conf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <!-- VL PGothic -->
  5. <match target="font">
  6. <test name="family">
  7. <string>VL PGothic</string>
  8. </test>
  9. <edit name="hinting" mode="assign">
  10. <bool>false</bool>
  11. </edit>
  12. <edit name="autohint" mode="assign">
  13. <bool>false</bool>
  14. </edit>
  15. </match>
  16. <!-- VL Gothic -->
  17. <match target="font">
  18. <test name="family">
  19. <string>VL Gothic</string>
  20. </test>
  21. <edit name="hinting" mode="assign">
  22. <bool>false</bool>
  23. </edit>
  24. <edit name="autohint" mode="assign">
  25. <bool>false</bool>
  26. </edit>
  27. </match>
  28. <alias>
  29. <family>sans-serif</family>
  30. <prefer>
  31. <family>VL PGothic</family>
  32. </prefer>
  33. </alias>
  34. <alias>
  35. <family>monospace</family>
  36. <prefer>
  37. <family>VL Gothic</family>
  38. </prefer>
  39. </alias>
  40. </fontconfig>