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