wine-README-tahoma 643 B

1234567891011121314151617181920
  1. = wine-tahoma-fonts =
  2. Wine provides the wine tahoma font family. In fedora embedded bitmaps are
  3. turned of per default (/etc/fonts/conf.d/20-wine-tahoma-nobitmaps.conf) as
  4. this will provide smother letters for most users.
  5. If you do not like the wine tahoma font experience but want to keep it
  6. installed you can turn it of by adding the following to ~/.fonts.conf or by
  7. adding a file containing the following to ~/.fonts.conf.d/:
  8. <?xml version="1.0"?>
  9. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  10. <fontconfig>
  11. <!-- Reject wine-tahoma-fonts -->
  12. <selectfont>
  13. <rejectfont>
  14. <glob>*/wine-tahoma-fonts/*</glob>
  15. </rejectfont>
  16. </selectfont>
  17. </fontconfig>