Simon Glass | a29b012 | 2016-01-14 18:10:42 -0700 | [diff] [blame] | 1 | # |
| 2 | # Video fonts |
| 3 | # |
| 4 | |
| 5 | menu "TrueType Fonts" |
| 6 | |
Simon Glass | 84b4791 | 2016-01-14 18:10:43 -0700 | [diff] [blame] | 7 | config 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 Glass | c43c43c | 2016-01-14 18:10:44 -0700 | [diff] [blame] | 20 | config 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 Glass | 7ad4e30 | 2016-01-14 18:10:45 -0700 | [diff] [blame^] | 32 | config 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 Glass | a29b012 | 2016-01-14 18:10:42 -0700 | [diff] [blame] | 41 | endmenu |