video: Begin support for measuring multiple lines of text
authorSimon Glass <sjg@chromium.org>
Tue, 1 Apr 2025 17:29:36 +0000 (06:29 +1300)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 19:40:25 +0000 (13:40 -0600)
commit236ae39fb0c571d2553271a7fa75920348f9c5eb
treec8790ebae8423023fa1585ce6557a3369da6316c
parent0d0b2341dd419c7c56def9e23f31625da2d31168
video: Begin support for measuring multiple lines of text

Update the vidconsole API so that measure() can measure multiple lines
of text. This will make it easier to implement multi-line fields in
expo.

Tidy up the function comments while we are here.

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