]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Allow querying the font size
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jan 2024 00:14:54 +0000 (17:14 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
commit112eb85c5a23a0c4a3f14d7099f18fd3128996ec
tree6c5a6a6e2d30ad0eb902516731c728cd87fc5c63
parent8ab2178de069194d2eed8fe1b90db7e12cf032bb
video: Allow querying the font size

All the font size to be queried using the 'font size' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/font.c
doc/usage/cmd/font.rst
test/cmd/font.c