Simon Glass | 2ef353e | 2016-01-14 18:10:42 -0700 | [diff] [blame] | 1 | # |
| 2 | # Video fonts |
| 3 | # |
| 4 | |
| 5 | menu "TrueType Fonts" |
| 6 | |
Simon Glass | 6e9d6e0 | 2016-01-14 18:10:43 -0700 | [diff] [blame] | 7 | config CONSOLE_TRUETYPE_NIMBUS |
| 8 | bool "Nimbus Sans Regular" |
| 9 | depends on CONSOLE_TRUETYPE |
Simon Glass | d9ba248 | 2018-12-27 15:25:18 -0700 | [diff] [blame] | 10 | default y |
Simon Glass | 6e9d6e0 | 2016-01-14 18:10:43 -0700 | [diff] [blame] | 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 | |
Simon Glass | 87b7dae | 2016-01-14 18:10:44 -0700 | [diff] [blame] | 21 | config 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 Glass | cffe741 | 2016-01-14 18:10:45 -0700 | [diff] [blame] | 33 | config 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 Glass | c5332cb | 2016-01-14 18:10:46 -0700 | [diff] [blame] | 42 | config 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 Glass | 2ef353e | 2016-01-14 18:10:42 -0700 | [diff] [blame] | 52 | endmenu |