mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-10 11:12:57 +08:00
video: Add a default TrueType font
At present it is possible to enable TrueType support but not include any fonts. This results in a blank display. Select Nimbus as the default font to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
committed by
Anatolij Gustschin
parent
020fa32dc3
commit
b093753471
@@ -7,6 +7,7 @@ menu "TrueType Fonts"
|
||||
config CONSOLE_TRUETYPE_NIMBUS
|
||||
bool "Nimbus Sans Regular"
|
||||
depends on CONSOLE_TRUETYPE
|
||||
default y
|
||||
help
|
||||
Nimbus Sans L is a version of Nimbus Sans using Adobe font sources.
|
||||
It was designed in 1987. A subset of Nimbus Sans L were released
|
||||
|
||||
Reference in New Issue
Block a user