blob: ded3e5ef64e5d975f497564230f2b4d6dcefb790 [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 Glassa29b0122016-01-14 18:10:42 -070020endmenu