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>
Showing
- cmd/font.c 9 additions, 2 deletionscmd/font.c
- drivers/video/console_truetype.c 19 additions, 8 deletionsdrivers/video/console_truetype.c
- drivers/video/vidconsole-uclass.c 33 additions, 0 deletionsdrivers/video/vidconsole-uclass.c
- include/video_console.h 63 additions, 12 deletionsinclude/video_console.h
- test/cmd/font.c 3 additions, 3 deletionstest/cmd/font.c
Loading
Please register or sign in to comment