video: Add stb TrueType font renderer
authorSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 01:10:34 +0000 (18:10 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sat, 30 Jan 2016 08:35:58 +0000 (09:35 +0100)
commit8340ef6278b6fc89322a5ecb6a5666642aeccd4c
tree6b35693c4033fe3991ee0625aebea51e11ec1cac
parent8a36287a019f5d7532a8a1a7da6aa96e490dbb8a
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>
drivers/video/stb_truetype.h [new file with mode: 0644]