]> git.baikalelectronics.ru Git - uboot.git/commit
video: Add font functions to the vidconsole API
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:32 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:50 +0000 (18:26 -0500)
commit166fa05c09c671d8528dc0da2404708334652243
treed5baf4431832523dd046345cc47debcd3019e617
parent100a62e8422f502ed2e8a4e98f808df8ff288a98
video: Add font functions to the vidconsole API

Support for fonts currently depends on the type of vidconsole in use. Add
two new methods to enumerate fonts and to set the font.

Fix a few other method comments while we are here.

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