]> git.baikalelectronics.ru Git - uboot.git/commit
video: Add a way to change the font name and size
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:14 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:01:40 +0000 (20:01 +0100)
commit9b2141fe4f5d21b2587dc21e507ed425ec577594
tree905ba829268ac79fb8973eb936a1c1b1d0e532a5
parent869511b8b0e16f8015de9f7b0a34d5f9855b7e0a
video: Add a way to change the font name and size

It is useful to be able to support multiple fonts. Add a function to
handle this as well as one to list the available fonts.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/console_truetype.c
include/video_console.h