commit | 22306e2fbd6a7165fb9321eee9b8a674b8d7ed04 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:32 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 14:43:42 2023 -0500 |
tree | 06e0ba910f68e82046aef7de2071e40090b9e36d | |
parent | daaafef18e10a78f2a3e4a4373992667f30aa69d [diff] |
video: Add font functions to the vidconsole API Support for fonts currently depends on the type of vidconsole in use. Add two new methods to enumerate fonts and to set the font. Fix a few other method comments while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>