aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/video/fonts
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/drivers/video/fonts
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/drivers/video/fonts')
-rw-r--r--roms/u-boot/drivers/video/fonts/.gitignore1
-rw-r--r--roms/u-boot/drivers/video/fonts/Kconfig52
-rw-r--r--roms/u-boot/drivers/video/fonts/Makefile9
-rw-r--r--roms/u-boot/drivers/video/fonts/ankacoder_c75_r.ttfbin0 -> 65596 bytes
-rw-r--r--roms/u-boot/drivers/video/fonts/cantoraone_regular.ttfbin0 -> 163116 bytes
-rw-r--r--roms/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttfbin0 -> 61660 bytes
-rw-r--r--roms/u-boot/drivers/video/fonts/rufscript010.ttfbin0 -> 23080 bytes
7 files changed, 62 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/fonts/.gitignore b/roms/u-boot/drivers/video/fonts/.gitignore
new file mode 100644
index 000000000..86ec950f6
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/.gitignore
@@ -0,0 +1 @@
+*.S
diff --git a/roms/u-boot/drivers/video/fonts/Kconfig b/roms/u-boot/drivers/video/fonts/Kconfig
new file mode 100644
index 000000000..c692fa960
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/Kconfig
@@ -0,0 +1,52 @@
+#
+# Video fonts
+#
+
+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
+ 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/roms/u-boot/drivers/video/fonts/Makefile b/roms/u-boot/drivers/video/fonts/Makefile
new file mode 100644
index 000000000..4fca120b7
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# (C) Copyright 2000-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+
+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/roms/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf b/roms/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf
new file mode 100644
index 000000000..3b73dcf00
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf
Binary files differ
diff --git a/roms/u-boot/drivers/video/fonts/cantoraone_regular.ttf b/roms/u-boot/drivers/video/fonts/cantoraone_regular.ttf
new file mode 100644
index 000000000..57446a27a
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/cantoraone_regular.ttf
Binary files differ
diff --git a/roms/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf b/roms/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf
new file mode 100644
index 000000000..3bd694d8e
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf
Binary files differ
diff --git a/roms/u-boot/drivers/video/fonts/rufscript010.ttf b/roms/u-boot/drivers/video/fonts/rufscript010.ttf
new file mode 100644
index 000000000..887a4496f
--- /dev/null
+++ b/roms/u-boot/drivers/video/fonts/rufscript010.ttf
Binary files differ