commit | 3c686e6d0b616952fadcc8a626bb45732f65f01b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:38 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 2172382c49c43bc31152a1e8fca4483e51cb7606 | |
parent | eb4efc64a367f4ab6f8ba6c5188f565523b15e9b [diff] |
video: truetype: Support newlines in the measured string It is useful to be able to embed newline characters in the string and have the text measured into multiple lines. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>