commit | bcbb319d0b502ac8ee02b6a08fdf615bdc178250 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 14 18:10:34 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Jan 30 09:35:58 2016 +0100 |
tree | 6b35693c4033fe3991ee0625aebea51e11ec1cac | |
parent | 9deaf82398e9f8d45626b3183b52801b98f2e714 [diff] |
video: Add stb TrueType font renderer This is a header file which provides a fairly light-weight TrueType rendering implementation. It is pulled from http://nothings.org/. The code style does not comply with U-Boot but I think it is best to leave alone to permit the source to be synced later if needed. The only change is to fix a reference to fabs() which should route through a macro to allow U-Boot to provide its own version. Signed-off-by: Simon Glass <sjg@chromium.org>