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)
commit57a847cd405e546711dbab1b70ea43fd46960f58
tree905ba829268ac79fb8973eb936a1c1b1d0e532a5
parent518d844a5e5032dacfc73271dacc9bce497a1f46
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