]> git.baikalelectronics.ru Git - uboot.git/commit
video: Add a function to select the truetype metrics
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:13 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:01:40 +0000 (20:01 +0100)
commit869511b8b0e16f8015de9f7b0a34d5f9855b7e0a
tree2c22f208ecaed59e308d4bcb625154a70783348b
parentf8bbfe04188573f118ea3ef31a2bf734fd25f02f
video: Add a function to select the truetype metrics

Move this code into a function so we can call it later when we want to
change the font.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/console_truetype.c