summaryrefslogtreecommitdiff
path: root/drivers/video/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fonts')
-rw-r--r--drivers/video/fonts/Kconfig51
-rw-r--r--drivers/video/fonts/Makefile11
-rw-r--r--drivers/video/fonts/ankacoder_c75_r.ttfbin0 -> 65596 bytes
-rw-r--r--drivers/video/fonts/cantoraone_regular.ttfbin0 -> 163116 bytes
-rw-r--r--drivers/video/fonts/nimbus_sans_l_regular.ttfbin0 -> 61660 bytes
-rw-r--r--drivers/video/fonts/rufscript010.ttfbin0 -> 23080 bytes
6 files changed, 62 insertions, 0 deletions
diff --git a/drivers/video/fonts/Kconfig b/drivers/video/fonts/Kconfig
new file mode 100644
index 0000000..3f1398d
--- /dev/null
+++ b/drivers/video/fonts/Kconfig
@@ -0,0 +1,51 @@
+#
+# Video fonts
+#
+
+menu "TrueType Fonts"
+
+config CONSOLE_TRUETYPE_NIMBUS
+ bool "Nimbus Sans Regular"
+ depends on CONSOLE_TRUETYPE
+ 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
+ under the GPL. Although the characters are not exactly the same,
+ Nimbus Sans L has metrics almost identical to Helvetica and Arial.
+ (From Wikipedia, the free encyclopedia)
+ From: https://fontlibrary.org/en/font/nimbus-sans-l
+ 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
+
+config CONSOLE_TRUETYPE_RUFSCRIPT
+ bool "Ruf Script"
+ depends on CONSOLE_TRUETYPE
+ help
+ A laid-back handwritten font.
+ Font: https://fontlibrary.org/en/font/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
diff --git a/drivers/video/fonts/Makefile b/drivers/video/fonts/Makefile
new file mode 100644
index 0000000..46137f4
--- /dev/null
+++ b/drivers/video/fonts/Makefile
@@ -0,0 +1,11 @@
+#
+# (C) Copyright 2000-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_CONSOLE_TRUETYPE_NIMBUS) += nimbus_sans_l_regular.o
+obj-$(CONFIG_CONSOLE_TRUETYPE_ANKACODER) += ankacoder_c75_r.o
+obj-$(CONFIG_CONSOLE_TRUETYPE_RUFSCRIPT) += rufscript010.o
+obj-$(CONFIG_CONSOLE_TRUETYPE_CANTORAONE) += cantoraone_regular.o
diff --git a/drivers/video/fonts/ankacoder_c75_r.ttf b/drivers/video/fonts/ankacoder_c75_r.ttf
new file mode 100644
index 0000000..3b73dcf
--- /dev/null
+++ b/drivers/video/fonts/ankacoder_c75_r.ttf
Binary files differ
diff --git a/drivers/video/fonts/cantoraone_regular.ttf b/drivers/video/fonts/cantoraone_regular.ttf
new file mode 100644
index 0000000..57446a2
--- /dev/null
+++ b/drivers/video/fonts/cantoraone_regular.ttf
Binary files differ
diff --git a/drivers/video/fonts/nimbus_sans_l_regular.ttf b/drivers/video/fonts/nimbus_sans_l_regular.ttf
new file mode 100644
index 0000000..3bd694d
--- /dev/null
+++ b/drivers/video/fonts/nimbus_sans_l_regular.ttf
Binary files differ
diff --git a/drivers/video/fonts/rufscript010.ttf b/drivers/video/fonts/rufscript010.ttf
new file mode 100644
index 0000000..887a449
--- /dev/null
+++ b/drivers/video/fonts/rufscript010.ttf
Binary files differ