diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-14 18:10:46 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-01-30 10:56:34 +0100 |
commit | c0603b98d48283f5f7e240c1fe71b291e7c761b1 (patch) | |
tree | e53b76161dda24e36c96a984f72bb97b99acfb5f /drivers/video/fonts/Kconfig | |
parent | 7ad4e30decfdc5aed3a1a0ac459ad12dd4d0f6ae (diff) | |
download | u-boot-imx-c0603b98d48283f5f7e240c1fe71b291e7c761b1.zip u-boot-imx-c0603b98d48283f5f7e240c1fe71b291e7c761b1.tar.gz u-boot-imx-c0603b98d48283f5f7e240c1fe71b291e7c761b1.tar.bz2 |
video: Add the Cantoraone decorative font
This font is a little more ornate than normal. Example uses are on security
screens where a feeling of formality is required.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts/Kconfig')
-rw-r--r-- | drivers/video/fonts/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig index d3bf742..3f1398d 100644 --- a/drivers/video/fonts/Kconfig +++ b/drivers/video/fonts/Kconfig @@ -38,4 +38,14 @@ config CONSOLE_TRUETYPE_RUFSCRIPT License: GPL with font exception http://www.gnu.org/copyleft/gpl.html +config CONSOLE_TRUETYPE_CANTORAONE + bool "Cantoraone" + depends on CONSOLE_TRUETYPE + help + Cantora is a friendly semi formal, semi condensed, semi sans-serif + with a hint of handwriting. Perfect for headlines. + From https://fontlibrary.org/en/font/cantora + License: SIL Open Font Licence + http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL + endmenu |