Config.in 708 B

123456789101112131415161718192021222324252627282930313233
  1. config BR2_PACKAGE_DEJAVU
  2. bool "DejaVu fonts"
  3. help
  4. The DejaVu fonts are a font family based on the Vera Fonts.
  5. Its purpose is to provide a wider range of characters while
  6. maintaining the original look and feel through the process
  7. of collaborative development, under a Free license.
  8. http://dejavu-fonts.org
  9. if BR2_PACKAGE_DEJAVU
  10. config BR2_PACKAGE_DEJAVU_MONO
  11. bool "mono fonts"
  12. default y
  13. config BR2_PACKAGE_DEJAVU_SANS
  14. bool "sans fonts"
  15. default y
  16. config BR2_PACKAGE_DEJAVU_SERIF
  17. bool "serif fonts"
  18. default y
  19. config BR2_PACKAGE_DEJAVU_SANS_CONDENSED
  20. bool "sans condensed fonts"
  21. default y
  22. config BR2_PACKAGE_DEJAVU_SERIF_CONDENSED
  23. bool "serif condensed fonts"
  24. default y
  25. endif