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