Kconfig 1.7 KB

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