diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-14 18:10:44 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-01-30 10:56:09 +0100 |
commit | c43c43cd48c49624339a83d5263d0b866818fc9b (patch) | |
tree | fcd75bf5ab6a970eaab8fdc848db3158c422221b /drivers/video/fonts/Kconfig | |
parent | 84b4791ada7754b65fd200002f92ac8684c2b5ec (diff) | |
download | u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.zip u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.tar.gz u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.tar.bz2 |
video: Add the AnkaCoder mono-spaced font
This can be used when a mono-space font is needed, but the console font
is too small (such as with high-DPI displays).
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts/Kconfig')
-rw-r--r-- | drivers/video/fonts/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig index ded3e5e..ba1ccca 100644 --- a/drivers/video/fonts/Kconfig +++ b/drivers/video/fonts/Kconfig @@ -17,4 +17,16 @@ config CONSOLE_TRUETYPE_NIMBUS License: GNU GPL v3 http://www.gnu.org/copyleft/gpl.html +config CONSOLE_TRUETYPE_ANKACODER + bool "Anka Coder Narrow" + depends on CONSOLE_TRUETYPE + help + The Anka/Coder family is a monospaced, courier-width font for source + code and terminals, in two styles and weights. Anka/Coder Narrow was + developed for printing source code. + https://code.google.com/p/anka-coder-fonts/ + From: https://fontlibrary.org/en/font/anka-coder-narrow + License: SIL Open Font Licence + http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + endmenu |