commit | 0023d1852c11c60481799ef055a88f738fedc2e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:34 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | 4e7aff7f36774b9b973848cb71a32132815d265c | |
parent | f6a943ad5a752e40e72e79882d26a092467584d0 [diff] |
expo: Plumb in textlines to a scene Provide an implementation for textlines in the scene code, so that they are displayed correctly. Provide a way to have a border around the textline, with the internal part being the same colour as the background. This looks more natural. Signed-off-by: Simon Glass <sjg@chromium.org>