]> git.dujemihanovic.xyz Git - u-boot.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)
commit0e38bd848d41bcfc7a113603ee37805016a09a42
treed5baf4431832523dd046345cc47debcd3019e617
parent5abd8bb0f23aaa07cdeb17713b4bfaf116da0ad8
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