commit | 7959776d16e58b994371a2cf2926a42ea0ad27d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 06 08:36:11 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 20:01:40 2022 +0100 |
tree | 4f51850c94e2cf63dc81a3b722c8553bfbb03b58 | |
parent | 899f3e14a47682b588e8059ee4e2277e8e9eb22c [diff] |
video: Refactor to allow more than one font size At present the truetype console supports only a single font and size. It is useful to be able to support different combinations. As a first step, move the metrics into there own structure and allow having multiple metrics. Signed-off-by: Simon Glass <sjg@chromium.org>