summaryrefslogtreecommitdiffstats
path: root/drivers/video/console_truetype.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-14 18:10:46 -0700
committerAnatolij Gustschin <agust@denx.de>2016-01-30 10:56:34 +0100
commitc0603b98d48283f5f7e240c1fe71b291e7c761b1 (patch)
treee53b76161dda24e36c96a984f72bb97b99acfb5f /drivers/video/console_truetype.c
parent7ad4e30decfdc5aed3a1a0ac459ad12dd4d0f6ae (diff)
downloadblackbird-obmc-uboot-c0603b98d48283f5f7e240c1fe71b291e7c761b1.tar.gz
blackbird-obmc-uboot-c0603b98d48283f5f7e240c1fe71b291e7c761b1.zip
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/console_truetype.c')
-rw-r--r--drivers/video/console_truetype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/console_truetype.c b/drivers/video/console_truetype.c
index 405e0659f0..c249f047f5 100644
--- a/drivers/video/console_truetype.c
+++ b/drivers/video/console_truetype.c
@@ -447,6 +447,7 @@ struct font_info {
FONT_DECL(nimbus_sans_l_regular);
FONT_DECL(ankacoder_c75_r);
FONT_DECL(rufscript010);
+FONT_DECL(cantoraone_regular);
static struct font_info font_table[] = {
#ifdef CONFIG_CONSOLE_TRUETYPE_NIMBUS
@@ -458,6 +459,9 @@ static struct font_info font_table[] = {
#ifdef CONFIG_CONSOLE_TRUETYPE_RUFSCRIPT
FONT_ENTRY(rufscript010),
#endif
+#ifdef CONFIG_CONSOLE_TRUETYPE_CANTORAONE
+ FONT_ENTRY(cantoraone_regular),
+#endif
{} /* sentinel */
};
OpenPOWER on IntegriCloud