Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Video fonts
  3. #
  4. menu "TrueType Fonts"
  5. config CONSOLE_TRUETYPE_NIMBUS
  6. bool "Nimbus Sans Regular"
  7. depends on CONSOLE_TRUETYPE
  8. help
  9. Nimbus Sans L is a version of Nimbus Sans using Adobe font sources.
  10. It was designed in 1987. A subset of Nimbus Sans L were released
  11. under the GPL. Although the characters are not exactly the same,
  12. Nimbus Sans L has metrics almost identical to Helvetica and Arial.
  13. (From Wikipedia, the free encyclopedia)
  14. From: https://fontlibrary.org/en/font/nimbus-sans-l
  15. License: GNU GPL v3
  16. http://www.gnu.org/copyleft/gpl.html
  17. config CONSOLE_TRUETYPE_ANKACODER
  18. bool "Anka Coder Narrow"
  19. depends on CONSOLE_TRUETYPE
  20. help
  21. The Anka/Coder family is a monospaced, courier-width font for source
  22. code and terminals, in two styles and weights. Anka/Coder Narrow was
  23. developed for printing source code.
  24. https://code.google.com/p/anka-coder-fonts/
  25. From: https://fontlibrary.org/en/font/anka-coder-narrow
  26. License: SIL Open Font Licence
  27. http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
  28. config CONSOLE_TRUETYPE_RUFSCRIPT
  29. bool "Ruf Script"
  30. depends on CONSOLE_TRUETYPE
  31. help
  32. A laid-back handwritten font.
  33. Font: https://fontlibrary.org/en/font/rufscript
  34. License: GPL with font exception
  35. http://www.gnu.org/copyleft/gpl.html
  36. config CONSOLE_TRUETYPE_CANTORAONE
  37. bool "Cantoraone"
  38. depends on CONSOLE_TRUETYPE
  39. help
  40. Cantora is a friendly semi formal, semi condensed, semi sans-serif
  41. with a hint of handwriting. Perfect for headlines.
  42. From https://fontlibrary.org/en/font/cantora
  43. License: SIL Open Font Licence
  44. http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
  45. endmenu