commit | 95bcad42f73ff2be5111ac04a6bf0f416a7375de | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:36 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | c8790ebae8423023fa1585ce6557a3369da6316c | |
parent | fff57f6e3a1fb4df6dc66694babef6055f5087ce [diff] |
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>