blob: d3bf7429ac0fec6bd587c2f5ee632d183b5aad1c [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
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
Simon Glassc43c43c2016-01-14 18:10:44 -070020config 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
Simon Glass7ad4e302016-01-14 18:10:45 -070032config 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
Simon Glassa29b0122016-01-14 18:10:42 -070041endmenu