blob: c692fa9602f85fab204d1f9626d3412c966ed805 [file] [log] [blame]
Simon Glassa29b0122016-01-14 18:10:42 -07001#
2# Video fonts
3#
4
5menu "TrueType Fonts"
6
Simon Glass84b47912016-01-14 18:10:43 -07007config CONSOLE_TRUETYPE_NIMBUS
8 bool "Nimbus Sans Regular"
9 depends on CONSOLE_TRUETYPE
Simon Glassb0937532018-12-27 15:25:18 -070010 default y
Simon Glass84b47912016-01-14 18:10:43 -070011 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
Simon Glassc43c43c2016-01-14 18:10:44 -070021config 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
Simon Glass7ad4e302016-01-14 18:10:45 -070033config 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
Simon Glassc0603b92016-01-14 18:10:46 -070042config 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
Simon Glassa29b0122016-01-14 18:10:42 -070052endmenu